#09090f
a deep, soft blue · warm · closest name: black
RGB
9, 9, 15
HSL
240°, 25%, 5%
CMYK
40, 40, 0, 94
Luminance
0.0029
Every format
| HEX | #09090f |
| RGB | rgb(9, 9, 15) |
| HSL | hsl(240, 25%, 5%) |
| CMYK | cmyk(40%, 40%, 0%, 94%) |
| LAB | lab(2.6 0.9 -2.5) |
| LCH | lch(2.6 2.7 290.2) |
| OKLCH | oklch(0.143 0.013 284.6) |
Copy-ready code
/* CSS */
color: #09090f;
background-color: #09090f;
/* Tailwind (arbitrary) */
class="text-[#09090f] bg-[#09090f]"
/* SCSS */
$brand: #09090f;
/* SwiftUI */
Color(red: 0.035, green: 0.035, blue: 0.059)
/* Android */
Color.parseColor("#09090f")Accessibility — WCAG contrast
Aa
#09090f on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09090f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green3.5%
Blue5.9%
CMYK percentages
Cyan40.0%
Magenta40.0%
Yellow0.0%
Key (black)94.1%
Color previews
#09090f text on a black background
contrast 1.06:1
Card sample
#09090f text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09090f;
Background color
Panel with #09090f background
background-color: #09090f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09090f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 9, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 9, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09090f; background: linear-gradient(135deg, #09090f, #0D090F);