#39cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 202, 207
HSL
182°, 61%, 52%
CMYK
73, 2, 0, 19
Luminance
0.4762
Every format
| HEX | #39cacf |
| RGB | rgb(57, 202, 207) |
| HSL | hsl(182, 61%, 52%) |
| CMYK | cmyk(73%, 2%, 0%, 19%) |
| LAB | lab(74.6 -35.3 -13.4) |
| LCH | lch(74.6 37.7 200.9) |
| OKLCH | oklch(0.767 0.118 198.5) |
Copy-ready code
/* CSS */
color: #39cacf;
background-color: #39cacf;
/* Tailwind (arbitrary) */
class="text-[#39cacf] bg-[#39cacf]"
/* SCSS */
$brand: #39cacf;
/* SwiftUI */
Color(red: 0.224, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#39cacf")Accessibility — WCAG contrast
Aa
#39cacf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cacf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green79.2%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#39cacf text on a black background
contrast 10.52:1
Card sample
#39cacf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cacf;
Background color
Panel with #39cacf background
background-color: #39cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cacf; background: linear-gradient(135deg, #39cacf, #3966CF);