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