#062721
a deep, vivid cyan · cool · closest name: darkslategray
RGB
6, 39, 33
HSL
169°, 73%, 9%
CMYK
85, 0, 15, 85
Luminance
0.0160
Every format
| HEX | #062721 |
| RGB | rgb(6, 39, 33) |
| HSL | hsl(169, 73%, 9%) |
| CMYK | cmyk(85%, 0%, 15%, 85%) |
| LAB | lab(13.2 -13.7 0.5) |
| LCH | lch(13.2 13.8 177.9) |
| OKLCH | oklch(0.247 0.040 178.4) |
Copy-ready code
/* CSS */
color: #062721;
background-color: #062721;
/* Tailwind (arbitrary) */
class="text-[#062721] bg-[#062721]"
/* SCSS */
$brand: #062721;
/* SwiftUI */
Color(red: 0.024, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#062721")Accessibility — WCAG contrast
Aa
#062721 on white: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062721 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green15.3%
Blue12.9%
CMYK percentages
Cyan84.6%
Magenta0.0%
Yellow15.4%
Key (black)84.7%
Color previews
#062721 text on a black background
contrast 1.32:1
Card sample
#062721 text on a white background
contrast 15.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062721;
Background color
Panel with #062721 background
background-color: #062721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062721; background: linear-gradient(135deg, #062721, #061727);