#39fbc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
57, 251, 201
HSL
165°, 96%, 60%
CMYK
77, 0, 20, 2
Luminance
0.7408
Every format
| HEX | #39fbc9 |
| RGB | rgb(57, 251, 201) |
| HSL | hsl(165, 96%, 60%) |
| CMYK | cmyk(77%, 0%, 20%, 2%) |
| LAB | lab(89.0 -57.8 10.8) |
| LCH | lch(89.0 58.8 169.4) |
| OKLCH | oklch(0.884 0.164 170.3) |
Copy-ready code
/* CSS */
color: #39fbc9;
background-color: #39fbc9;
/* Tailwind (arbitrary) */
class="text-[#39fbc9] bg-[#39fbc9]"
/* SCSS */
$brand: #39fbc9;
/* SwiftUI */
Color(red: 0.224, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#39fbc9")Accessibility — WCAG contrast
Aa
#39fbc9 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39fbc9 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#39fbc9 text on a black background
contrast 15.82:1
Card sample
#39fbc9 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39fbc9;
Background color
Panel with #39fbc9 background
background-color: #39fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39fbc9; background: linear-gradient(135deg, #39fbc9, #39ACFB);