#061a1a
a deep, vivid cyan · cool · closest name: black
RGB
6, 26, 26
HSL
180°, 63%, 6%
CMYK
77, 0, 0, 90
Luminance
0.0085
Every format
| HEX | #061a1a |
| RGB | rgb(6, 26, 26) |
| HSL | hsl(180, 63%, 6%) |
| CMYK | cmyk(77%, 0%, 0%, 90%) |
| LAB | lab(7.7 -7.3 -2.5) |
| LCH | lch(7.7 7.7 198.8) |
| OKLCH | oklch(0.201 0.026 195.3) |
Copy-ready code
/* CSS */
color: #061a1a;
background-color: #061a1a;
/* Tailwind (arbitrary) */
class="text-[#061a1a] bg-[#061a1a]"
/* SCSS */
$brand: #061a1a;
/* SwiftUI */
Color(red: 0.024, green: 0.102, blue: 0.102)
/* Android */
Color.parseColor("#061a1a")Accessibility — WCAG contrast
Aa
#061a1a on white: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#061a1a on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green10.2%
Blue10.2%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow0.0%
Key (black)89.8%
Color previews
#061a1a text on a black background
contrast 1.17:1
Card sample
#061a1a text on a white background
contrast 17.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #061a1a;
Background color
Panel with #061a1a background
background-color: #061a1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #061a1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 26, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 26, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #061a1a; background: linear-gradient(135deg, #061a1a, #060D1A);