#090913
a deep, soft blue · warm · closest name: black
RGB
9, 9, 19
HSL
240°, 36%, 6%
CMYK
53, 53, 0, 93
Luminance
0.0030
Every format
| HEX | #090913 |
| RGB | rgb(9, 9, 19) |
| HSL | hsl(240, 36%, 6%) |
| CMYK | cmyk(53%, 53%, 0%, 93%) |
| LAB | lab(2.7 1.7 -4.7) |
| LCH | lch(2.7 5.0 290.2) |
| OKLCH | oklch(0.146 0.022 283.4) |
Copy-ready code
/* CSS */
color: #090913;
background-color: #090913;
/* Tailwind (arbitrary) */
class="text-[#090913] bg-[#090913]"
/* SCSS */
$brand: #090913;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#090913")Accessibility — WCAG contrast
Aa
#090913 on white: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090913 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue7.5%
CMYK percentages
Cyan52.6%
Magenta52.6%
Yellow0.0%
Key (black)92.5%
Color previews
#090913 text on a black background
contrast 1.06:1
Card sample
#090913 text on a white background
contrast 19.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090913;
Background color
Panel with #090913 background
background-color: #090913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090913; background: linear-gradient(135deg, #090913, #100913);