#00523d
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 82, 61
HSL
165°, 100%, 16%
CMYK
100, 0, 26, 68
Luminance
0.0637
Every format
| HEX | #00523d |
| RGB | rgb(0, 82, 61) |
| HSL | hsl(165, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 26%, 68%) |
| LAB | lab(30.3 -27.9 6.2) |
| LCH | lch(30.3 28.5 167.4) |
| OKLCH | oklch(0.390 0.079 168.4) |
Copy-ready code
/* CSS */
color: #00523d;
background-color: #00523d;
/* Tailwind (arbitrary) */
class="text-[#00523d] bg-[#00523d]"
/* SCSS */
$brand: #00523d;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.239)
/* Android */
Color.parseColor("#00523d")Accessibility — WCAG contrast
Aa
#00523d on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00523d on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue23.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow25.6%
Key (black)67.8%
Color previews
#00523d text on a black background
contrast 2.27:1
Card sample
#00523d text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00523d;
Background color
Panel with #00523d background
background-color: #00523d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00523d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00523d; background: linear-gradient(135deg, #00523d, #003052);