#39d2f8
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 210, 248
HSL
192°, 93%, 60%
CMYK
77, 15, 0, 3
Luminance
0.5374
Every format
| HEX | #39d2f8 |
| RGB | rgb(57, 210, 248) |
| HSL | hsl(192, 93%, 60%) |
| CMYK | cmyk(77%, 15%, 0%, 3%) |
| LAB | lab(78.3 -26.7 -29.8) |
| LCH | lch(78.3 40.0 228.2) |
| OKLCH | oklch(0.802 0.133 219.0) |
Copy-ready code
/* CSS */
color: #39d2f8;
background-color: #39d2f8;
/* Tailwind (arbitrary) */
class="text-[#39d2f8] bg-[#39d2f8]"
/* SCSS */
$brand: #39d2f8;
/* SwiftUI */
Color(red: 0.224, green: 0.824, blue: 0.973)
/* Android */
Color.parseColor("#39d2f8")Accessibility — WCAG contrast
Aa
#39d2f8 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d2f8 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green82.4%
Blue97.3%
CMYK percentages
Cyan77.0%
Magenta15.3%
Yellow0.0%
Key (black)2.7%
Color previews
#39d2f8 text on a black background
contrast 11.75:1
Card sample
#39d2f8 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d2f8;
Background color
Panel with #39d2f8 background
background-color: #39d2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 210, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 210, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d2f8; background: linear-gradient(135deg, #39d2f8, #3953F8);