#03486f
a deep, electric blue · cool · closest name: steelblue
RGB
3, 72, 111
HSL
202°, 95%, 22%
CMYK
97, 35, 0, 57
Luminance
0.0580
Every format
| HEX | #03486f |
| RGB | rgb(3, 72, 111) |
| HSL | hsl(202, 95%, 22%) |
| CMYK | cmyk(97%, 35%, 0%, 57%) |
| LAB | lab(28.9 -3.5 -27.9) |
| LCH | lch(28.9 28.1 262.9) |
| OKLCH | oklch(0.385 0.090 242.1) |
Copy-ready code
/* CSS */
color: #03486f;
background-color: #03486f;
/* Tailwind (arbitrary) */
class="text-[#03486f] bg-[#03486f]"
/* SCSS */
$brand: #03486f;
/* SwiftUI */
Color(red: 0.012, green: 0.282, blue: 0.435)
/* Android */
Color.parseColor("#03486f")Accessibility — WCAG contrast
Aa
#03486f on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03486f on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.2%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta35.1%
Yellow0.0%
Key (black)56.5%
Color previews
#03486f text on a black background
contrast 2.16:1
Card sample
#03486f text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03486f;
Background color
Panel with #03486f background
background-color: #03486f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03486f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 72, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 72, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03486f; background: linear-gradient(135deg, #03486f, #06036F);