#08071b
a deep, vivid blue · warm · closest name: black
RGB
8, 7, 27
HSL
243°, 59%, 7%
CMYK
70, 74, 0, 89
Luminance
0.0028
Every format
| HEX | #08071b |
| RGB | rgb(8, 7, 27) |
| HSL | hsl(243, 59%, 7%) |
| CMYK | cmyk(70%, 74%, 0%, 89%) |
| LAB | lab(2.5 4.3 -10.9) |
| LCH | lch(2.5 11.7 291.6) |
| OKLCH | oklch(0.145 0.043 282.3) |
Copy-ready code
/* CSS */
color: #08071b;
background-color: #08071b;
/* Tailwind (arbitrary) */
class="text-[#08071b] bg-[#08071b]"
/* SCSS */
$brand: #08071b;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.106)
/* Android */
Color.parseColor("#08071b")Accessibility — WCAG contrast
Aa
#08071b on white: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08071b on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue10.6%
CMYK percentages
Cyan70.4%
Magenta74.1%
Yellow0.0%
Key (black)89.4%
Color previews
#08071b text on a black background
contrast 1.06:1
Card sample
#08071b text on a white background
contrast 19.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08071b;
Background color
Panel with #08071b background
background-color: #08071b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08071b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08071b; background: linear-gradient(135deg, #08071b, #15071B);