#39cfb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 207, 178
HSL
168°, 61%, 52%
CMYK
73, 0, 14, 19
Luminance
0.4871
Every format
| HEX | #39cfb2 |
| RGB | rgb(57, 207, 178) |
| HSL | hsl(168, 61%, 52%) |
| CMYK | cmyk(73%, 0%, 14%, 19%) |
| LAB | lab(75.3 -45.5 3.2) |
| LCH | lch(75.3 45.6 175.9) |
| OKLCH | oklch(0.770 0.130 176.5) |
Copy-ready code
/* CSS */
color: #39cfb2;
background-color: #39cfb2;
/* Tailwind (arbitrary) */
class="text-[#39cfb2] bg-[#39cfb2]"
/* SCSS */
$brand: #39cfb2;
/* SwiftUI */
Color(red: 0.224, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#39cfb2")Accessibility — WCAG contrast
Aa
#39cfb2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cfb2 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green81.2%
Blue69.8%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#39cfb2 text on a black background
contrast 10.74:1
Card sample
#39cfb2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cfb2;
Background color
Panel with #39cfb2 background
background-color: #39cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cfb2; background: linear-gradient(135deg, #39cfb2, #3988CF);