#39adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 173, 207
HSL
194°, 61%, 52%
CMYK
73, 16, 0, 19
Luminance
0.3526
Every format
| HEX | #39adcf |
| RGB | rgb(57, 173, 207) |
| HSL | hsl(194, 61%, 52%) |
| CMYK | cmyk(73%, 16%, 0%, 19%) |
| LAB | lab(66.0 -21.0 -26.6) |
| LCH | lch(66.0 33.8 231.7) |
| OKLCH | oklch(0.698 0.112 221.6) |
Copy-ready code
/* CSS */
color: #39adcf;
background-color: #39adcf;
/* Tailwind (arbitrary) */
class="text-[#39adcf] bg-[#39adcf]"
/* SCSS */
$brand: #39adcf;
/* SwiftUI */
Color(red: 0.224, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#39adcf")Accessibility — WCAG contrast
Aa
#39adcf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39adcf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.8%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#39adcf text on a black background
contrast 8.05:1
Card sample
#39adcf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39adcf;
Background color
Panel with #39adcf background
background-color: #39adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39adcf; background: linear-gradient(135deg, #39adcf, #3949CF);