Pure Blue
#0203e2
Looking for the precise values behind Pure Blue (#0203e2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0203e2 | |
|---|---|---|
| RGB | rgb(2, 3, 226) | |
| HSL | hsl(240, 98%, 45%) | |
| CMYK | cmyk(99%, 99%, 0%, 11%) | |
| LAB | lab(26, 62, -102) | |
| OKLCH | oklch(0.41 0.285 264) |
Color harmonies
Tints & shades
Code snippets
color: #0203e2;
background-color: #0203e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0203E2)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.01, blue: 0.89, alpha: 1.0)