#39bfeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 191, 235
HSL
195°, 82%, 57%
CMYK
76, 19, 0, 8
Luminance
0.4413
Every format
| HEX | #39bfeb |
| RGB | rgb(57, 191, 235) |
| HSL | hsl(195, 82%, 57%) |
| CMYK | cmyk(76%, 19%, 0%, 8%) |
| LAB | lab(72.3 -21.2 -32.1) |
| LCH | lch(72.3 38.5 236.5) |
| OKLCH | oklch(0.752 0.127 224.9) |
Copy-ready code
/* CSS */
color: #39bfeb;
background-color: #39bfeb;
/* Tailwind (arbitrary) */
class="text-[#39bfeb] bg-[#39bfeb]"
/* SCSS */
$brand: #39bfeb;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#39bfeb")Accessibility — WCAG contrast
Aa
#39bfeb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfeb on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue92.2%
CMYK percentages
Cyan75.7%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#39bfeb text on a black background
contrast 9.83:1
Card sample
#39bfeb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfeb;
Background color
Panel with #39bfeb background
background-color: #39bfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfeb; background: linear-gradient(135deg, #39bfeb, #3949EB);