#080910
a deep, soft blue · warm · closest name: black
RGB
8, 9, 16
HSL
233°, 33%, 5%
CMYK
50, 44, 0, 94
Luminance
0.0028
Every format
| HEX | #080910 |
| RGB | rgb(8, 9, 16) |
| HSL | hsl(233, 33%, 5%) |
| CMYK | cmyk(50%, 44%, 0%, 94%) |
| LAB | lab(2.6 0.9 -3.1) |
| LCH | lch(2.6 3.3 285.3) |
| OKLCH | oklch(0.142 0.015 277.3) |
Copy-ready code
/* CSS */
color: #080910;
background-color: #080910;
/* Tailwind (arbitrary) */
class="text-[#080910] bg-[#080910]"
/* SCSS */
$brand: #080910;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.063)
/* Android */
Color.parseColor("#080910")Accessibility — WCAG contrast
Aa
#080910 on white: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080910 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue6.3%
CMYK percentages
Cyan50.0%
Magenta43.8%
Yellow0.0%
Key (black)93.7%
Color previews
#080910 text on a black background
contrast 1.06:1
Card sample
#080910 text on a white background
contrast 19.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080910;
Background color
Panel with #080910 background
background-color: #080910;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080910;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080910; background: linear-gradient(135deg, #080910, #0C0810);