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