#090213
a deep, electric violet · warm · closest name: black
RGB
9, 2, 19
HSL
265°, 81%, 4%
CMYK
53, 90, 0, 93
Luminance
0.0015
Every format
| HEX | #090213 |
| RGB | rgb(9, 2, 19) |
| HSL | hsl(265, 81%, 4%) |
| CMYK | cmyk(53%, 90%, 0%, 93%) |
| LAB | lab(1.3 4.5 -6.7) |
| LCH | lch(1.3 8.1 304.0) |
| OKLCH | oklch(0.119 0.045 304.0) |
Copy-ready code
/* CSS */
color: #090213;
background-color: #090213;
/* Tailwind (arbitrary) */
class="text-[#090213] bg-[#090213]"
/* SCSS */
$brand: #090213;
/* SwiftUI */
Color(red: 0.035, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#090213")Accessibility — WCAG contrast
Aa
#090213 on white: 20.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090213 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.8%
Blue7.5%
CMYK percentages
Cyan52.6%
Magenta89.5%
Yellow0.0%
Key (black)92.5%
Color previews
#090213 text on a black background
contrast 1.03:1
Card sample
#090213 text on a white background
contrast 20.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090213;
Background color
Panel with #090213 background
background-color: #090213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090213; background: linear-gradient(135deg, #090213, #130212);