#08172f
a deep, vivid blue · cool · closest name: black
RGB
8, 23, 47
HSL
217°, 71%, 11%
CMYK
83, 51, 0, 82
Luminance
0.0087
Every format
| HEX | #08172f |
| RGB | rgb(8, 23, 47) |
| HSL | hsl(217, 71%, 11%) |
| CMYK | cmyk(83%, 51%, 0%, 82%) |
| LAB | lab(7.8 3.7 -18.0) |
| LCH | lch(7.8 18.3 281.7) |
| OKLCH | oklch(0.207 0.052 259.3) |
Copy-ready code
/* CSS */
color: #08172f;
background-color: #08172f;
/* Tailwind (arbitrary) */
class="text-[#08172f] bg-[#08172f]"
/* SCSS */
$brand: #08172f;
/* SwiftUI */
Color(red: 0.031, green: 0.090, blue: 0.184)
/* Android */
Color.parseColor("#08172f")Accessibility — WCAG contrast
Aa
#08172f on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08172f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.0%
Blue18.4%
CMYK percentages
Cyan83.0%
Magenta51.1%
Yellow0.0%
Key (black)81.6%
Color previews
#08172f text on a black background
contrast 1.17:1
Card sample
#08172f text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08172f;
Background color
Panel with #08172f background
background-color: #08172f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08172f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 23, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 23, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08172f; background: linear-gradient(135deg, #08172f, #13082F);