#03608c
a dark, electric cyan · cool · closest name: steelblue
RGB
3, 96, 140
HSL
199°, 96%, 28%
CMYK
98, 31, 0, 45
Luminance
0.1028
Every format
| HEX | #03608c |
| RGB | rgb(3, 96, 140) |
| HSL | hsl(199, 96%, 28%) |
| CMYK | cmyk(98%, 31%, 0%, 45%) |
| LAB | lab(38.3 -6.7 -30.9) |
| LCH | lch(38.3 31.6 257.7) |
| OKLCH | oklch(0.465 0.103 238.6) |
Copy-ready code
/* CSS */
color: #03608c;
background-color: #03608c;
/* Tailwind (arbitrary) */
class="text-[#03608c] bg-[#03608c]"
/* SCSS */
$brand: #03608c;
/* SwiftUI */
Color(red: 0.012, green: 0.376, blue: 0.549)
/* Android */
Color.parseColor("#03608c")Accessibility — WCAG contrast
Aa
#03608c on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#03608c on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green37.6%
Blue54.9%
CMYK percentages
Cyan97.9%
Magenta31.4%
Yellow0.0%
Key (black)45.1%
Color previews
#03608c text on a black background
contrast 3.06:1
Card sample
#03608c text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03608c;
Background color
Panel with #03608c background
background-color: #03608c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03608c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 96, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 96, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03608c; background: linear-gradient(135deg, #03608c, #03058C);