#08070f
a deep, soft blue · warm · closest name: black
RGB
8, 7, 15
HSL
248°, 36%, 4%
CMYK
47, 53, 0, 94
Luminance
0.0024
Every format
| HEX | #08070f |
| RGB | rgb(8, 7, 15) |
| HSL | hsl(248, 36%, 4%) |
| CMYK | cmyk(47%, 53%, 0%, 94%) |
| LAB | lab(2.1 1.5 -3.2) |
| LCH | lch(2.1 3.5 294.8) |
| OKLCH | oklch(0.135 0.018 290.3) |
Copy-ready code
/* CSS */
color: #08070f;
background-color: #08070f;
/* Tailwind (arbitrary) */
class="text-[#08070f] bg-[#08070f]"
/* SCSS */
$brand: #08070f;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.059)
/* Android */
Color.parseColor("#08070f")Accessibility — WCAG contrast
Aa
#08070f on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08070f on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue5.9%
CMYK percentages
Cyan46.7%
Magenta53.3%
Yellow0.0%
Key (black)94.1%
Color previews
#08070f text on a black background
contrast 1.05:1
Card sample
#08070f text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08070f;
Background color
Panel with #08070f background
background-color: #08070f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08070f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08070f; background: linear-gradient(135deg, #08070f, #0D070F);