#030ce8
a balanced, electric blue · warm · closest name: blue
RGB
3, 12, 232
HSL
238°, 97%, 46%
CMYK
99, 95, 0, 9
Luminance
0.0611
Every format
| HEX | #030ce8 |
| RGB | rgb(3, 12, 232) |
| HSL | hsl(238, 97%, 46%) |
| CMYK | cmyk(99%, 95%, 0%, 9%) |
| LAB | lab(29.7 71.7 -99.2) |
| LCH | lch(29.7 122.4 305.8) |
| OKLCH | oklch(0.426 0.288 264.4) |
Copy-ready code
/* CSS */
color: #030ce8;
background-color: #030ce8;
/* Tailwind (arbitrary) */
class="text-[#030ce8] bg-[#030ce8]"
/* SCSS */
$brand: #030ce8;
/* SwiftUI */
Color(red: 0.012, green: 0.047, blue: 0.910)
/* Android */
Color.parseColor("#030ce8")Accessibility — WCAG contrast
Aa
#030ce8 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030ce8 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green4.7%
Blue91.0%
CMYK percentages
Cyan98.7%
Magenta94.8%
Yellow0.0%
Key (black)9.0%
Color previews
#030ce8 text on a black background
contrast 2.22:1
Card sample
#030ce8 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030ce8;
Background color
Panel with #030ce8 background
background-color: #030ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 12, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 12, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030ce8; background: linear-gradient(135deg, #030ce8, #9303E8);