#39554c
a dark, soft cyan · cool · closest name: darkslategray
RGB
57, 85, 76
HSL
161°, 20%, 28%
CMYK
33, 0, 11, 67
Luminance
0.0789
Every format
| HEX | #39554c |
| RGB | rgb(57, 85, 76) |
| HSL | hsl(161, 20%, 28%) |
| CMYK | cmyk(33%, 0%, 11%, 67%) |
| LAB | lab(33.8 -12.7 1.9) |
| LCH | lch(33.8 12.9 171.5) |
| OKLCH | oklch(0.424 0.037 172.4) |
Copy-ready code
/* CSS */
color: #39554c;
background-color: #39554c;
/* Tailwind (arbitrary) */
class="text-[#39554c] bg-[#39554c]"
/* SCSS */
$brand: #39554c;
/* SwiftUI */
Color(red: 0.224, green: 0.333, blue: 0.298)
/* Android */
Color.parseColor("#39554c")Accessibility — WCAG contrast
Aa
#39554c on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39554c on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green33.3%
Blue29.8%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow10.6%
Key (black)66.7%
Color previews
#39554c text on a black background
contrast 2.58:1
Card sample
#39554c text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39554c;
Background color
Panel with #39554c background
background-color: #39554c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39554c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 85, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 85, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39554c; background: linear-gradient(135deg, #39554c, #394B55);