#062f2c
a deep, electric cyan · cool · closest name: darkslategray
RGB
6, 47, 44
HSL
176°, 77%, 10%
CMYK
87, 0, 6, 82
Luminance
0.0225
Every format
| HEX | #062f2c |
| RGB | rgb(6, 47, 44) |
| HSL | hsl(176, 77%, 10%) |
| CMYK | cmyk(87%, 0%, 6%, 82%) |
| LAB | lab(16.8 -14.5 -2.1) |
| LCH | lch(16.8 14.7 188.2) |
| OKLCH | oklch(0.277 0.044 187.7) |
Copy-ready code
/* CSS */
color: #062f2c;
background-color: #062f2c;
/* Tailwind (arbitrary) */
class="text-[#062f2c] bg-[#062f2c]"
/* SCSS */
$brand: #062f2c;
/* SwiftUI */
Color(red: 0.024, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#062f2c")Accessibility — WCAG contrast
Aa
#062f2c on white: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062f2c on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green18.4%
Blue17.3%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow6.4%
Key (black)81.6%
Color previews
#062f2c text on a black background
contrast 1.45:1
Card sample
#062f2c text on a white background
contrast 14.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062f2c;
Background color
Panel with #062f2c background
background-color: #062f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062f2c; background: linear-gradient(135deg, #062f2c, #06172F);