#39fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
57, 252, 204
HSL
165°, 97%, 61%
CMYK
77, 0, 19, 1
Luminance
0.7485
Every format
| HEX | #39fccc |
| RGB | rgb(57, 252, 204) |
| HSL | hsl(165, 97%, 61%) |
| CMYK | cmyk(77%, 0%, 19%, 1%) |
| LAB | lab(89.3 -57.5 9.8) |
| LCH | lch(89.3 58.3 170.4) |
| OKLCH | oklch(0.887 0.163 171.2) |
Copy-ready code
/* CSS */
color: #39fccc;
background-color: #39fccc;
/* Tailwind (arbitrary) */
class="text-[#39fccc] bg-[#39fccc]"
/* SCSS */
$brand: #39fccc;
/* SwiftUI */
Color(red: 0.224, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#39fccc")Accessibility — WCAG contrast
Aa
#39fccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39fccc on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan77.4%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#39fccc text on a black background
contrast 15.97:1
Card sample
#39fccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39fccc;
Background color
Panel with #39fccc background
background-color: #39fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39fccc; background: linear-gradient(135deg, #39fccc, #39AAFC);