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