#033cad
a dark, electric blue · cool · closest name: slateblue
RGB
3, 60, 173
HSL
220°, 97%, 35%
CMYK
98, 65, 0, 32
Luminance
0.0627
Every format
| HEX | #033cad |
| RGB | rgb(3, 60, 173) |
| HSL | hsl(220, 97%, 35%) |
| CMYK | cmyk(98%, 65%, 0%, 32%) |
| LAB | lab(30.1 30.9 -64.1) |
| LCH | lch(30.1 71.2 295.7) |
| OKLCH | oklch(0.409 0.188 262.3) |
Copy-ready code
/* CSS */
color: #033cad;
background-color: #033cad;
/* Tailwind (arbitrary) */
class="text-[#033cad] bg-[#033cad]"
/* SCSS */
$brand: #033cad;
/* SwiftUI */
Color(red: 0.012, green: 0.235, blue: 0.678)
/* Android */
Color.parseColor("#033cad")Accessibility — WCAG contrast
Aa
#033cad on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033cad on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green23.5%
Blue67.8%
CMYK percentages
Cyan98.3%
Magenta65.3%
Yellow0.0%
Key (black)32.2%
Color previews
#033cad text on a black background
contrast 2.25:1
Card sample
#033cad text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033cad;
Background color
Panel with #033cad background
background-color: #033cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 60, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 60, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033cad; background: linear-gradient(135deg, #033cad, #3B03AD);