#09080b
a deep, soft violet · warm · closest name: black
RGB
9, 8, 11
HSL
260°, 16%, 4%
CMYK
18, 27, 0, 96
Luminance
0.0026
Every format
| HEX | #09080b |
| RGB | rgb(9, 8, 11) |
| HSL | hsl(260, 16%, 4%) |
| CMYK | cmyk(18%, 27%, 0%, 96%) |
| LAB | lab(2.3 0.7 -1.1) |
| LCH | lch(2.3 1.3 302.9) |
| OKLCH | oklch(0.137 0.007 301.5) |
Copy-ready code
/* CSS */
color: #09080b;
background-color: #09080b;
/* Tailwind (arbitrary) */
class="text-[#09080b] bg-[#09080b]"
/* SCSS */
$brand: #09080b;
/* SwiftUI */
Color(red: 0.035, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#09080b")Accessibility — WCAG contrast
Aa
#09080b on white: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09080b on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.1%
Blue4.3%
CMYK percentages
Cyan18.2%
Magenta27.3%
Yellow0.0%
Key (black)95.7%
Color previews
#09080b text on a black background
contrast 1.05:1
Card sample
#09080b text on a white background
contrast 19.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09080b;
Background color
Panel with #09080b background
background-color: #09080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09080b; background: linear-gradient(135deg, #09080b, #0B080B);