#081920
a deep, vivid cyan · cool · closest name: black
RGB
8, 25, 32
HSL
198°, 60%, 8%
CMYK
75, 22, 0, 88
Luminance
0.0085
Every format
| HEX | #081920 |
| RGB | rgb(8, 25, 32) |
| HSL | hsl(198, 60%, 8%) |
| CMYK | cmyk(75%, 22%, 0%, 88%) |
| LAB | lab(7.7 -4.1 -7.0) |
| LCH | lch(7.7 8.2 239.6) |
| OKLCH | oklch(0.202 0.027 227.0) |
Copy-ready code
/* CSS */
color: #081920;
background-color: #081920;
/* Tailwind (arbitrary) */
class="text-[#081920] bg-[#081920]"
/* SCSS */
$brand: #081920;
/* SwiftUI */
Color(red: 0.031, green: 0.098, blue: 0.125)
/* Android */
Color.parseColor("#081920")Accessibility — WCAG contrast
Aa
#081920 on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081920 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green9.8%
Blue12.5%
CMYK percentages
Cyan75.0%
Magenta21.9%
Yellow0.0%
Key (black)87.5%
Color previews
#081920 text on a black background
contrast 1.17:1
Card sample
#081920 text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081920;
Background color
Panel with #081920 background
background-color: #081920;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081920;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 25, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 25, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081920; background: linear-gradient(135deg, #081920, #080920);