#081c18
a deep, vivid cyan · cool · closest name: black
RGB
8, 28, 24
HSL
168°, 56%, 7%
CMYK
71, 0, 14, 89
Luminance
0.0095
Every format
| HEX | #081c18 |
| RGB | rgb(8, 28, 24) |
| HSL | hsl(168, 56%, 7%) |
| CMYK | cmyk(71%, 0%, 14%, 89%) |
| LAB | lab(8.6 -9.0 0.3) |
| LCH | lch(8.6 9.0 178.2) |
| OKLCH | oklch(0.208 0.027 178.7) |
Copy-ready code
/* CSS */
color: #081c18;
background-color: #081c18;
/* Tailwind (arbitrary) */
class="text-[#081c18] bg-[#081c18]"
/* SCSS */
$brand: #081c18;
/* SwiftUI */
Color(red: 0.031, green: 0.110, blue: 0.094)
/* Android */
Color.parseColor("#081c18")Accessibility — WCAG contrast
Aa
#081c18 on white: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081c18 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green11.0%
Blue9.4%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow14.3%
Key (black)89.0%
Color previews
#081c18 text on a black background
contrast 1.19:1
Card sample
#081c18 text on a white background
contrast 17.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081c18;
Background color
Panel with #081c18 background
background-color: #081c18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081c18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 28, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 28, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081c18; background: linear-gradient(135deg, #081c18, #08131C);