#005299
a dark, electric blue · cool · closest name: steelblue
RGB
0, 82, 153
HSL
208°, 100%, 30%
CMYK
100, 46, 0, 40
Luminance
0.0833
Every format
| HEX | #005299 |
| RGB | rgb(0, 82, 153) |
| HSL | hsl(208, 100%, 30%) |
| CMYK | cmyk(100%, 46%, 0%, 40%) |
| LAB | lab(34.7 7.5 -44.6) |
| LCH | lch(34.7 45.2 279.5) |
| OKLCH | oklch(0.439 0.134 252.8) |
Copy-ready code
/* CSS */
color: #005299;
background-color: #005299;
/* Tailwind (arbitrary) */
class="text-[#005299] bg-[#005299]"
/* SCSS */
$brand: #005299;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.600)
/* Android */
Color.parseColor("#005299")Accessibility — WCAG contrast
Aa
#005299 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005299 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue60.0%
CMYK percentages
Cyan100.0%
Magenta46.4%
Yellow0.0%
Key (black)40.0%
Color previews
#005299 text on a black background
contrast 2.67:1
Card sample
#005299 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005299;
Background color
Panel with #005299 background
background-color: #005299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005299; background: linear-gradient(135deg, #005299, #140099);