#060909
a deep, soft cyan · cool · “black”
RGB
6, 9, 9
HSL
180°, 20%, 3%
CMYK
33, 0, 0, 97
Luminance
0.0025
Every format
| HEX | #060909 |
| RGB | rgb(6, 9, 9) |
| HSL | hsl(180, 20%, 3%) |
| CMYK | cmyk(33%, 0%, 0%, 97%) |
| LAB | lab(2.3 -0.8 -0.3) |
| LCH | lch(2.3 0.8 199.7) |
| OKLCH | oklch(0.136 0.006 196.5) |
Copy-ready code
/* CSS */
color: #060909;
background-color: #060909;
/* Tailwind (arbitrary) */
class="text-[#060909] bg-[#060909]"
/* SCSS */
$brand: #060909;
/* SwiftUI */
Color(red: 0.024, green: 0.035, blue: 0.035)
/* Android */
Color.parseColor("#060909")Accessibility — WCAG contrast
Aa
#060909 on white: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#060909 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green3.5%
Blue3.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow0.0%
Key (black)96.5%
Color previews
#060909 text on a black background
contrast 1.05:1
Card sample
#060909 text on a white background
contrast 19.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #060909;
Background color
Panel with #060909 background
background-color: #060909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #060909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 9, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 9, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #060909; background: linear-gradient(135deg, #060909, #060709);