#00524c
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 82, 76
HSL
176°, 100%, 16%
CMYK
100, 0, 7, 68
Luminance
0.0656
Every format
| HEX | #00524c |
| RGB | rgb(0, 82, 76) |
| HSL | hsl(176, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 7%, 68%) |
| LAB | lab(30.8 -23.2 -2.7) |
| LCH | lch(30.8 23.3 186.6) |
| OKLCH | oklch(0.395 0.069 186.3) |
Copy-ready code
/* CSS */
color: #00524c;
background-color: #00524c;
/* Tailwind (arbitrary) */
class="text-[#00524c] bg-[#00524c]"
/* SCSS */
$brand: #00524c;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.298)
/* Android */
Color.parseColor("#00524c")Accessibility — WCAG contrast
Aa
#00524c on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00524c on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue29.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow7.3%
Key (black)67.8%
Color previews
#00524c text on a black background
contrast 2.31:1
Card sample
#00524c text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00524c;
Background color
Panel with #00524c background
background-color: #00524c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00524c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00524c; background: linear-gradient(135deg, #00524c, #002152);