#080b09
a deep, soft green · cool · closest name: black
RGB
8, 11, 9
HSL
140°, 16%, 4%
CMYK
27, 0, 18, 96
Luminance
0.0031
Every format
| HEX | #080b09 |
| RGB | rgb(8, 11, 9) |
| HSL | hsl(140, 16%, 4%) |
| CMYK | cmyk(27%, 0%, 18%, 96%) |
| LAB | lab(2.8 -1.1 0.5) |
| LCH | lch(2.8 1.2 155.4) |
| OKLCH | oklch(0.145 0.007 157.0) |
Copy-ready code
/* CSS */
color: #080b09;
background-color: #080b09;
/* Tailwind (arbitrary) */
class="text-[#080b09] bg-[#080b09]"
/* SCSS */
$brand: #080b09;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.035)
/* Android */
Color.parseColor("#080b09")Accessibility — WCAG contrast
Aa
#080b09 on white: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b09 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue3.5%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow18.2%
Key (black)95.7%
Color previews
#080b09 text on a black background
contrast 1.06:1
Card sample
#080b09 text on a white background
contrast 19.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b09;
Background color
Panel with #080b09 background
background-color: #080b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b09; background: linear-gradient(135deg, #080b09, #080B0B);