#005485
a dark, electric blue · cool · closest name: steelblue
RGB
0, 84, 133
HSL
202°, 100%, 26%
CMYK
100, 37, 0, 48
Luminance
0.0803
Every format
| HEX | #005485 |
| RGB | rgb(0, 84, 133) |
| HSL | hsl(202, 100%, 26%) |
| CMYK | cmyk(100%, 37%, 0%, 48%) |
| LAB | lab(34.0 -2.2 -33.4) |
| LCH | lch(34.0 33.5 266.2) |
| OKLCH | oklch(0.430 0.106 244.0) |
Copy-ready code
/* CSS */
color: #005485;
background-color: #005485;
/* Tailwind (arbitrary) */
class="text-[#005485] bg-[#005485]"
/* SCSS */
$brand: #005485;
/* SwiftUI */
Color(red: 0.000, green: 0.329, blue: 0.522)
/* Android */
Color.parseColor("#005485")Accessibility — WCAG contrast
Aa
#005485 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005485 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.9%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta36.8%
Yellow0.0%
Key (black)47.8%
Color previews
#005485 text on a black background
contrast 2.61:1
Card sample
#005485 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005485;
Background color
Panel with #005485 background
background-color: #005485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 84, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 84, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005485; background: linear-gradient(135deg, #005485, #050085);