#39bdee
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 189, 238
HSL
196°, 84%, 58%
CMYK
76, 21, 0, 7
Luminance
0.4344
Every format
| HEX | #39bdee |
| RGB | rgb(57, 189, 238) |
| HSL | hsl(196, 84%, 58%) |
| CMYK | cmyk(76%, 21%, 0%, 7%) |
| LAB | lab(71.8 -19.2 -34.4) |
| LCH | lch(71.8 39.4 240.8) |
| OKLCH | oklch(0.749 0.130 227.9) |
Copy-ready code
/* CSS */
color: #39bdee;
background-color: #39bdee;
/* Tailwind (arbitrary) */
class="text-[#39bdee] bg-[#39bdee]"
/* SCSS */
$brand: #39bdee;
/* SwiftUI */
Color(red: 0.224, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#39bdee")Accessibility — WCAG contrast
Aa
#39bdee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bdee on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.1%
Blue93.3%
CMYK percentages
Cyan76.1%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#39bdee text on a black background
contrast 9.69:1
Card sample
#39bdee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bdee;
Background color
Panel with #39bdee background
background-color: #39bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bdee; background: linear-gradient(135deg, #39bdee, #3944EE);