#08071c
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 28
HSL
243°, 60%, 7%
CMYK
71, 75, 0, 89
Luminance
0.0029
Every format
| HEX | #08071c |
| RGB | rgb(8, 7, 28) |
| HSL | hsl(243, 60%, 7%) |
| CMYK | cmyk(71%, 75%, 0%, 89%) |
| LAB | lab(2.6 4.6 -11.6) |
| LCH | lch(2.6 12.5 291.7) |
| OKLCH | oklch(0.146 0.044 281.9) |
Copy-ready code
/* CSS */
color: #08071c;
background-color: #08071c;
/* Tailwind (arbitrary) */
class="text-[#08071c] bg-[#08071c]"
/* SCSS */
$brand: #08071c;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.110)
/* Android */
Color.parseColor("#08071c")Accessibility — WCAG contrast
Aa
#08071c on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08071c on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue11.0%
CMYK percentages
Cyan71.4%
Magenta75.0%
Yellow0.0%
Key (black)89.0%
Color previews
#08071c text on a black background
contrast 1.06:1
Card sample
#08071c text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08071c;
Background color
Panel with #08071c background
background-color: #08071c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08071c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08071c; background: linear-gradient(135deg, #08071c, #16071C);