#08071f
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 31
HSL
243°, 63%, 8%
CMYK
74, 77, 0, 88
Luminance
0.0030
Every format
| HEX | #08071f |
| RGB | rgb(8, 7, 31) |
| HSL | hsl(243, 63%, 8%) |
| CMYK | cmyk(74%, 77%, 0%, 88%) |
| LAB | lab(2.7 5.6 -13.8) |
| LCH | lch(2.7 14.9 292.0) |
| OKLCH | oklch(0.149 0.050 280.6) |
Copy-ready code
/* CSS */
color: #08071f;
background-color: #08071f;
/* Tailwind (arbitrary) */
class="text-[#08071f] bg-[#08071f]"
/* SCSS */
$brand: #08071f;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.122)
/* Android */
Color.parseColor("#08071f")Accessibility — WCAG contrast
Aa
#08071f on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08071f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue12.2%
CMYK percentages
Cyan74.2%
Magenta77.4%
Yellow0.0%
Key (black)87.8%
Color previews
#08071f text on a black background
contrast 1.06:1
Card sample
#08071f text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08071f;
Background color
Panel with #08071f background
background-color: #08071f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08071f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08071f; background: linear-gradient(135deg, #08071f, #18071F);