#39bafd
a balanced, electric blue · cool · closest name: skyblue
RGB
57, 186, 253
HSL
201°, 98%, 61%
CMYK
78, 27, 0, 1
Luminance
0.4308
Every format
| HEX | #39bafd |
| RGB | rgb(57, 186, 253) |
| HSL | hsl(201, 98%, 61%) |
| CMYK | cmyk(78%, 27%, 0%, 1%) |
| LAB | lab(71.6 -12.6 -42.9) |
| LCH | lch(71.6 44.7 253.6) |
| OKLCH | oklch(0.749 0.145 236.7) |
Copy-ready code
/* CSS */
color: #39bafd;
background-color: #39bafd;
/* Tailwind (arbitrary) */
class="text-[#39bafd] bg-[#39bafd]"
/* SCSS */
$brand: #39bafd;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#39bafd")Accessibility — WCAG contrast
Aa
#39bafd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bafd on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#39bafd text on a black background
contrast 9.62:1
Card sample
#39bafd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bafd;
Background color
Panel with #39bafd background
background-color: #39bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bafd; background: linear-gradient(135deg, #39bafd, #3B39FD);