#39c1cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 193, 207
HSL
186°, 61%, 52%
CMYK
73, 7, 0, 19
Luminance
0.4351
Every format
| HEX | #39c1cf |
| RGB | rgb(57, 193, 207) |
| HSL | hsl(186, 61%, 52%) |
| CMYK | cmyk(73%, 7%, 0%, 19%) |
| LAB | lab(71.9 -31.0 -17.5) |
| LCH | lch(71.9 35.6 209.4) |
| OKLCH | oklch(0.746 0.114 205.2) |
Copy-ready code
/* CSS */
color: #39c1cf;
background-color: #39c1cf;
/* Tailwind (arbitrary) */
class="text-[#39c1cf] bg-[#39c1cf]"
/* SCSS */
$brand: #39c1cf;
/* SwiftUI */
Color(red: 0.224, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#39c1cf")Accessibility — WCAG contrast
Aa
#39c1cf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39c1cf on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green75.7%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta6.8%
Yellow0.0%
Key (black)18.8%
Color previews
#39c1cf text on a black background
contrast 9.70:1
Card sample
#39c1cf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39c1cf;
Background color
Panel with #39c1cf background
background-color: #39c1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39c1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39c1cf; background: linear-gradient(135deg, #39c1cf, #395DCF);