#39cefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 206, 252
HSL
194°, 97%, 61%
CMYK
77, 18, 0, 1
Luminance
0.5204
Every format
| HEX | #39cefc |
| RGB | rgb(57, 206, 252) |
| HSL | hsl(194, 97%, 61%) |
| CMYK | cmyk(77%, 18%, 0%, 1%) |
| LAB | lab(77.3 -23.4 -33.5) |
| LCH | lch(77.3 40.9 235.1) |
| OKLCH | oklch(0.795 0.136 223.8) |
Copy-ready code
/* CSS */
color: #39cefc;
background-color: #39cefc;
/* Tailwind (arbitrary) */
class="text-[#39cefc] bg-[#39cefc]"
/* SCSS */
$brand: #39cefc;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#39cefc")Accessibility — WCAG contrast
Aa
#39cefc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cefc on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue98.8%
CMYK percentages
Cyan77.4%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#39cefc text on a black background
contrast 11.41:1
Card sample
#39cefc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cefc;
Background color
Panel with #39cefc background
background-color: #39cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cefc; background: linear-gradient(135deg, #39cefc, #394CFC);