#39ba8f
a balanced, vivid cyan · cool · closest name: seagreen
RGB
57, 186, 143
HSL
160°, 53%, 48%
CMYK
69, 0, 23, 27
Luminance
0.3797
Every format
| HEX | #39ba8f |
| RGB | rgb(57, 186, 143) |
| HSL | hsl(160, 53%, 48%) |
| CMYK | cmyk(69%, 0%, 23%, 27%) |
| LAB | lab(68.0 -45.1 11.8) |
| LCH | lch(68.0 46.7 165.4) |
| OKLCH | oklch(0.708 0.129 166.4) |
Copy-ready code
/* CSS */
color: #39ba8f;
background-color: #39ba8f;
/* Tailwind (arbitrary) */
class="text-[#39ba8f] bg-[#39ba8f]"
/* SCSS */
$brand: #39ba8f;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#39ba8f")Accessibility — WCAG contrast
Aa
#39ba8f on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ba8f on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue56.1%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow23.1%
Key (black)27.1%
Color previews
#39ba8f text on a black background
contrast 8.59:1
Card sample
#39ba8f text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ba8f;
Background color
Panel with #39ba8f background
background-color: #39ba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ba8f; background: linear-gradient(135deg, #39ba8f, #398FBA);