#03496f
a deep, electric blue · cool · closest name: steelblue
RGB
3, 73, 111
HSL
201°, 95%, 22%
CMYK
97, 34, 0, 57
Luminance
0.0593
Every format
| HEX | #03496f |
| RGB | rgb(3, 73, 111) |
| HSL | hsl(201, 95%, 22%) |
| CMYK | cmyk(97%, 34%, 0%, 57%) |
| LAB | lab(29.2 -4.1 -27.3) |
| LCH | lch(29.2 27.6 261.4) |
| OKLCH | oklch(0.388 0.089 241.1) |
Copy-ready code
/* CSS */
color: #03496f;
background-color: #03496f;
/* Tailwind (arbitrary) */
class="text-[#03496f] bg-[#03496f]"
/* SCSS */
$brand: #03496f;
/* SwiftUI */
Color(red: 0.012, green: 0.286, blue: 0.435)
/* Android */
Color.parseColor("#03496f")Accessibility — WCAG contrast
Aa
#03496f on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03496f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green28.6%
Blue43.5%
CMYK percentages
Cyan97.3%
Magenta34.2%
Yellow0.0%
Key (black)56.5%
Color previews
#03496f text on a black background
contrast 2.19:1
Card sample
#03496f text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03496f;
Background color
Panel with #03496f background
background-color: #03496f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03496f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 73, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 73, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03496f; background: linear-gradient(135deg, #03496f, #05036F);