#001ee7
a balanced, electric blue · warm · closest name: blue
RGB
0, 30, 231
HSL
232°, 100%, 45%
CMYK
100, 87, 0, 9
Luminance
0.0670
Every format
| HEX | #001ee7 |
| RGB | rgb(0, 30, 231) |
| HSL | hsl(232, 100%, 45%) |
| CMYK | cmyk(100%, 87%, 0%, 9%) |
| LAB | lab(31.1 66.5 -96.3) |
| LCH | lch(31.1 117.0 304.6) |
| OKLCH | oklch(0.435 0.280 264.2) |
Copy-ready code
/* CSS */
color: #001ee7;
background-color: #001ee7;
/* Tailwind (arbitrary) */
class="text-[#001ee7] bg-[#001ee7]"
/* SCSS */
$brand: #001ee7;
/* SwiftUI */
Color(red: 0.000, green: 0.118, blue: 0.906)
/* Android */
Color.parseColor("#001ee7")Accessibility — WCAG contrast
Aa
#001ee7 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001ee7 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green11.8%
Blue90.6%
CMYK percentages
Cyan100.0%
Magenta87.0%
Yellow0.0%
Key (black)9.4%
Color previews
#001ee7 text on a black background
contrast 2.34:1
Card sample
#001ee7 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001ee7;
Background color
Panel with #001ee7 background
background-color: #001ee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001ee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 30, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 30, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001ee7; background: linear-gradient(135deg, #001ee7, #7C00E7);