#033eb6
a dark, electric blue · cool · closest name: slateblue
RGB
3, 62, 182
HSL
220°, 97%, 36%
CMYK
98, 66, 0, 29
Luminance
0.0684
Every format
| HEX | #033eb6 |
| RGB | rgb(3, 62, 182) |
| HSL | hsl(220, 97%, 36%) |
| CMYK | cmyk(98%, 66%, 0%, 29%) |
| LAB | lab(31.4 33.1 -67.2) |
| LCH | lch(31.4 74.9 296.2) |
| OKLCH | oklch(0.421 0.197 262.4) |
Copy-ready code
/* CSS */
color: #033eb6;
background-color: #033eb6;
/* Tailwind (arbitrary) */
class="text-[#033eb6] bg-[#033eb6]"
/* SCSS */
$brand: #033eb6;
/* SwiftUI */
Color(red: 0.012, green: 0.243, blue: 0.714)
/* Android */
Color.parseColor("#033eb6")Accessibility — WCAG contrast
Aa
#033eb6 on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033eb6 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green24.3%
Blue71.4%
CMYK percentages
Cyan98.4%
Magenta65.9%
Yellow0.0%
Key (black)28.6%
Color previews
#033eb6 text on a black background
contrast 2.37:1
Card sample
#033eb6 text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033eb6;
Background color
Panel with #033eb6 background
background-color: #033eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 62, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 62, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033eb6; background: linear-gradient(135deg, #033eb6, #3F03B6);