#08151c
a deep, vivid blue · cool · closest name: black
RGB
8, 21, 28
HSL
201°, 56%, 7%
CMYK
71, 25, 0, 89
Luminance
0.0067
Every format
| HEX | #08151c |
| RGB | rgb(8, 21, 28) |
| HSL | hsl(201, 56%, 7%) |
| CMYK | cmyk(71%, 25%, 0%, 89%) |
| LAB | lab(6.1 -2.5 -6.4) |
| LCH | lch(6.1 6.9 248.9) |
| OKLCH | oklch(0.187 0.023 233.2) |
Copy-ready code
/* CSS */
color: #08151c;
background-color: #08151c;
/* Tailwind (arbitrary) */
class="text-[#08151c] bg-[#08151c]"
/* SCSS */
$brand: #08151c;
/* SwiftUI */
Color(red: 0.031, green: 0.082, blue: 0.110)
/* Android */
Color.parseColor("#08151c")Accessibility — WCAG contrast
Aa
#08151c on white: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08151c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.2%
Blue11.0%
CMYK percentages
Cyan71.4%
Magenta25.0%
Yellow0.0%
Key (black)89.0%
Color previews
#08151c text on a black background
contrast 1.13:1
Card sample
#08151c text on a white background
contrast 18.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08151c;
Background color
Panel with #08151c background
background-color: #08151c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08151c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 21, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 21, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08151c; background: linear-gradient(135deg, #08151c, #08081C);