#00544d
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 84, 77
HSL
175°, 100%, 17%
CMYK
100, 0, 8, 67
Luminance
0.0688
Every format
| HEX | #00544d |
| RGB | rgb(0, 84, 77) |
| HSL | hsl(175, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 8%, 67%) |
| LAB | lab(31.5 -23.8 -2.2) |
| LCH | lch(31.5 23.9 185.3) |
| OKLCH | oklch(0.401 0.071 185.2) |
Copy-ready code
/* CSS */
color: #00544d;
background-color: #00544d;
/* Tailwind (arbitrary) */
class="text-[#00544d] bg-[#00544d]"
/* SCSS */
$brand: #00544d;
/* SwiftUI */
Color(red: 0.000, green: 0.329, blue: 0.302)
/* Android */
Color.parseColor("#00544d")Accessibility — WCAG contrast
Aa
#00544d on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00544d on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.9%
Blue30.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.3%
Key (black)67.1%
Color previews
#00544d text on a black background
contrast 2.38:1
Card sample
#00544d text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00544d;
Background color
Panel with #00544d background
background-color: #00544d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00544d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 84, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 84, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00544d; background: linear-gradient(135deg, #00544d, #002354);