#084875
a deep, electric blue · cool · closest name: steelblue
RGB
8, 72, 117
HSL
205°, 87%, 25%
CMYK
93, 39, 0, 54
Luminance
0.0597
Every format
| HEX | #084875 |
| RGB | rgb(8, 72, 117) |
| HSL | hsl(205, 87%, 25%) |
| CMYK | cmyk(93%, 39%, 0%, 54%) |
| LAB | lab(29.3 -0.5 -30.9) |
| LCH | lch(29.3 30.9 269.0) |
| OKLCH | oklch(0.390 0.096 246.5) |
Copy-ready code
/* CSS */
color: #084875;
background-color: #084875;
/* Tailwind (arbitrary) */
class="text-[#084875] bg-[#084875]"
/* SCSS */
$brand: #084875;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.459)
/* Android */
Color.parseColor("#084875")Accessibility — WCAG contrast
Aa
#084875 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084875 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue45.9%
CMYK percentages
Cyan93.2%
Magenta38.5%
Yellow0.0%
Key (black)54.1%
Color previews
#084875 text on a black background
contrast 2.19:1
Card sample
#084875 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084875;
Background color
Panel with #084875 background
background-color: #084875;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084875;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084875; background: linear-gradient(135deg, #084875, #110875);