#39d8fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 216, 253
HSL
191°, 98%, 61%
CMYK
78, 15, 0, 1
Luminance
0.5707
Every format
| HEX | #39d8fd |
| RGB | rgb(57, 216, 253) |
| HSL | hsl(191, 98%, 61%) |
| CMYK | cmyk(78%, 15%, 0%, 1%) |
| LAB | lab(80.2 -28.0 -29.6) |
| LCH | lch(80.2 40.7 226.5) |
| OKLCH | oklch(0.818 0.135 217.8) |
Copy-ready code
/* CSS */
color: #39d8fd;
background-color: #39d8fd;
/* Tailwind (arbitrary) */
class="text-[#39d8fd] bg-[#39d8fd]"
/* SCSS */
$brand: #39d8fd;
/* SwiftUI */
Color(red: 0.224, green: 0.847, blue: 0.992)
/* Android */
Color.parseColor("#39d8fd")Accessibility — WCAG contrast
Aa
#39d8fd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d8fd on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green84.7%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta14.6%
Yellow0.0%
Key (black)0.8%
Color previews
#39d8fd text on a black background
contrast 12.41:1
Card sample
#39d8fd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d8fd;
Background color
Panel with #39d8fd background
background-color: #39d8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 216, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 216, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d8fd; background: linear-gradient(135deg, #39d8fd, #3955FD);