#39655e
a dark, soft cyan · cool · closest name: darkslategray
RGB
57, 101, 94
HSL
171°, 28%, 31%
CMYK
44, 0, 7, 60
Luminance
0.1099
Every format
| HEX | #39655e |
| RGB | rgb(57, 101, 94) |
| HSL | hsl(171, 28%, 31%) |
| CMYK | cmyk(44%, 0%, 7%, 60%) |
| LAB | lab(39.5 -17.1 -0.8) |
| LCH | lch(39.5 17.1 182.7) |
| OKLCH | oklch(0.473 0.050 182.8) |
Copy-ready code
/* CSS */
color: #39655e;
background-color: #39655e;
/* Tailwind (arbitrary) */
class="text-[#39655e] bg-[#39655e]"
/* SCSS */
$brand: #39655e;
/* SwiftUI */
Color(red: 0.224, green: 0.396, blue: 0.369)
/* Android */
Color.parseColor("#39655e")Accessibility — WCAG contrast
Aa
#39655e on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#39655e on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green39.6%
Blue36.9%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow6.9%
Key (black)60.4%
Color previews
#39655e text on a black background
contrast 3.20:1
Card sample
#39655e text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39655e;
Background color
Panel with #39655e background
background-color: #39655e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39655e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 101, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 101, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39655e; background: linear-gradient(135deg, #39655e, #394F65);