#08334f
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 51, 79
HSL
204°, 82%, 17%
CMYK
90, 35, 0, 69
Luminance
0.0298
Every format
| HEX | #08334f |
| RGB | rgb(8, 51, 79) |
| HSL | hsl(204, 82%, 17%) |
| CMYK | cmyk(90%, 35%, 0%, 69%) |
| LAB | lab(20.0 -2.6 -21.1) |
| LCH | lch(20.0 21.3 263.0) |
| OKLCH | oklch(0.309 0.067 243.0) |
Copy-ready code
/* CSS */
color: #08334f;
background-color: #08334f;
/* Tailwind (arbitrary) */
class="text-[#08334f] bg-[#08334f]"
/* SCSS */
$brand: #08334f;
/* SwiftUI */
Color(red: 0.031, green: 0.200, blue: 0.310)
/* Android */
Color.parseColor("#08334f")Accessibility — WCAG contrast
Aa
#08334f on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08334f on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green20.0%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta35.4%
Yellow0.0%
Key (black)69.0%
Color previews
#08334f text on a black background
contrast 1.60:1
Card sample
#08334f text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08334f;
Background color
Panel with #08334f background
background-color: #08334f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08334f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 51, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 51, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08334f; background: linear-gradient(135deg, #08334f, #0C084F);