#39cf8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
57, 207, 140
HSL
153°, 61%, 52%
CMYK
73, 0, 32, 19
Luminance
0.4739
Every format
| HEX | #39cf8c |
| RGB | rgb(57, 207, 140) |
| HSL | hsl(153, 61%, 52%) |
| CMYK | cmyk(73%, 0%, 32%, 19%) |
| LAB | lab(74.4 -54.3 22.4) |
| LCH | lch(74.4 58.7 157.6) |
| OKLCH | oklch(0.761 0.158 159.0) |
Copy-ready code
/* CSS */
color: #39cf8c;
background-color: #39cf8c;
/* Tailwind (arbitrary) */
class="text-[#39cf8c] bg-[#39cf8c]"
/* SCSS */
$brand: #39cf8c;
/* SwiftUI */
Color(red: 0.224, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#39cf8c")Accessibility — WCAG contrast
Aa
#39cf8c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cf8c on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green81.2%
Blue54.9%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#39cf8c text on a black background
contrast 10.48:1
Card sample
#39cf8c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cf8c;
Background color
Panel with #39cf8c background
background-color: #39cf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cf8c; background: linear-gradient(135deg, #39cf8c, #39AECF);