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