#39dcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 220, 255
HSL
191°, 100%, 61%
CMYK
78, 14, 0, 0
Luminance
0.5928
Every format
| HEX | #39dcff |
| RGB | rgb(57, 220, 255) |
| HSL | hsl(191, 100%, 61%) |
| CMYK | cmyk(78%, 14%, 0%, 0%) |
| LAB | lab(81.4 -29.4 -28.7) |
| LCH | lch(81.4 41.1 224.4) |
| OKLCH | oklch(0.828 0.136 216.2) |
Copy-ready code
/* CSS */
color: #39dcff;
background-color: #39dcff;
/* Tailwind (arbitrary) */
class="text-[#39dcff] bg-[#39dcff]"
/* SCSS */
$brand: #39dcff;
/* SwiftUI */
Color(red: 0.224, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#39dcff")Accessibility — WCAG contrast
Aa
#39dcff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dcff on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green86.3%
Blue100.0%
CMYK percentages
Cyan77.6%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#39dcff text on a black background
contrast 12.86:1
Card sample
#39dcff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dcff;
Background color
Panel with #39dcff background
background-color: #39dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dcff; background: linear-gradient(135deg, #39dcff, #3958FF);