#39af8d
a balanced, vivid cyan · cool · closest name: seagreen
RGB
57, 175, 141
HSL
163°, 51%, 46%
CMYK
67, 0, 19, 31
Luminance
0.3345
Every format
| HEX | #39af8d |
| RGB | rgb(57, 175, 141) |
| HSL | hsl(163, 51%, 46%) |
| CMYK | cmyk(67%, 0%, 19%, 31%) |
| LAB | lab(64.5 -40.9 8.0) |
| LCH | lch(64.5 41.7 169.0) |
| OKLCH | oklch(0.680 0.116 169.9) |
Copy-ready code
/* CSS */
color: #39af8d;
background-color: #39af8d;
/* Tailwind (arbitrary) */
class="text-[#39af8d] bg-[#39af8d]"
/* SCSS */
$brand: #39af8d;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#39af8d")Accessibility — WCAG contrast
Aa
#39af8d on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39af8d on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue55.3%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow19.4%
Key (black)31.4%
Color previews
#39af8d text on a black background
contrast 7.69:1
Card sample
#39af8d text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39af8d;
Background color
Panel with #39af8d background
background-color: #39af8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39af8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39af8d; background: linear-gradient(135deg, #39af8d, #3982AF);