#033ce4
a balanced, electric blue · cool · closest name: navy
RGB
3, 60, 228
HSL
225°, 97%, 45%
CMYK
99, 74, 0, 11
Luminance
0.0885
Every format
| HEX | #033ce4 |
| RGB | rgb(3, 60, 228) |
| HSL | hsl(225, 97%, 45%) |
| CMYK | cmyk(99%, 74%, 0%, 11%) |
| LAB | lab(35.7 51.2 -86.9) |
| LCH | lch(35.7 100.9 300.5) |
| OKLCH | oklch(0.466 0.254 263.9) |
Copy-ready code
/* CSS */
color: #033ce4;
background-color: #033ce4;
/* Tailwind (arbitrary) */
class="text-[#033ce4] bg-[#033ce4]"
/* SCSS */
$brand: #033ce4;
/* SwiftUI */
Color(red: 0.012, green: 0.235, blue: 0.894)
/* Android */
Color.parseColor("#033ce4")Accessibility — WCAG contrast
Aa
#033ce4 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033ce4 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.5%
Blue89.4%
CMYK percentages
Cyan98.7%
Magenta73.7%
Yellow0.0%
Key (black)10.6%
Color previews
#033ce4 text on a black background
contrast 2.77:1
Card sample
#033ce4 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033ce4;
Background color
Panel with #033ce4 background
background-color: #033ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 60, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 60, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033ce4; background: linear-gradient(135deg, #033ce4, #6003E4);