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