#08090c
a deep, soft blue · warm · closest name: black
RGB
8, 9, 12
HSL
225°, 20%, 4%
CMYK
33, 25, 0, 95
Luminance
0.0027
Every format
| HEX | #08090c |
| RGB | rgb(8, 9, 12) |
| HSL | hsl(225, 20%, 4%) |
| CMYK | cmyk(33%, 25%, 0%, 95%) |
| LAB | lab(2.5 0.2 -1.3) |
| LCH | lch(2.5 1.3 277.6) |
| OKLCH | oklch(0.140 0.007 269.7) |
Copy-ready code
/* CSS */
color: #08090c;
background-color: #08090c;
/* Tailwind (arbitrary) */
class="text-[#08090c] bg-[#08090c]"
/* SCSS */
$brand: #08090c;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.047)
/* Android */
Color.parseColor("#08090c")Accessibility — WCAG contrast
Aa
#08090c on white: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08090c on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue4.7%
CMYK percentages
Cyan33.3%
Magenta25.0%
Yellow0.0%
Key (black)95.3%
Color previews
#08090c text on a black background
contrast 1.05:1
Card sample
#08090c text on a white background
contrast 19.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08090c;
Background color
Panel with #08090c background
background-color: #08090c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08090c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08090c; background: linear-gradient(135deg, #08090c, #0A080C);