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