#39baee
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 186, 238
HSL
197°, 84%, 58%
CMYK
76, 22, 0, 7
Luminance
0.4216
Every format
| HEX | #39baee |
| RGB | rgb(57, 186, 238) |
| HSL | hsl(197, 84%, 58%) |
| CMYK | cmyk(76%, 22%, 0%, 7%) |
| LAB | lab(71.0 -17.6 -35.8) |
| LCH | lch(71.0 39.9 243.7) |
| OKLCH | oklch(0.742 0.131 229.9) |
Copy-ready code
/* CSS */
color: #39baee;
background-color: #39baee;
/* Tailwind (arbitrary) */
class="text-[#39baee] bg-[#39baee]"
/* SCSS */
$brand: #39baee;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#39baee")Accessibility — WCAG contrast
Aa
#39baee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39baee on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue93.3%
CMYK percentages
Cyan76.1%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#39baee text on a black background
contrast 9.43:1
Card sample
#39baee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39baee;
Background color
Panel with #39baee background
background-color: #39baee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39baee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39baee; background: linear-gradient(135deg, #39baee, #3941EE);