#062521
a deep, vivid cyan · cool · closest name: black
RGB
6, 37, 33
HSL
172°, 72%, 8%
CMYK
84, 0, 11, 86
Luminance
0.0147
Every format
| HEX | #062521 |
| RGB | rgb(6, 37, 33) |
| HSL | hsl(172, 72%, 8%) |
| CMYK | cmyk(84%, 0%, 11%, 86%) |
| LAB | lab(12.4 -12.6 -0.7) |
| LCH | lch(12.4 12.6 183.1) |
| OKLCH | oklch(0.240 0.037 183.1) |
Copy-ready code
/* CSS */
color: #062521;
background-color: #062521;
/* Tailwind (arbitrary) */
class="text-[#062521] bg-[#062521]"
/* SCSS */
$brand: #062521;
/* SwiftUI */
Color(red: 0.024, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#062521")Accessibility — WCAG contrast
Aa
#062521 on white: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062521 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green14.5%
Blue12.9%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow10.8%
Key (black)85.5%
Color previews
#062521 text on a black background
contrast 1.29:1
Card sample
#062521 text on a white background
contrast 16.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062521;
Background color
Panel with #062521 background
background-color: #062521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062521; background: linear-gradient(135deg, #062521, #061425);