#39dbfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 219, 254
HSL
191°, 99%, 61%
CMYK
78, 14, 0, 0
Luminance
0.5869
Every format
| HEX | #39dbfe |
| RGB | rgb(57, 219, 254) |
| HSL | hsl(191, 99%, 61%) |
| CMYK | cmyk(78%, 14%, 0%, 0%) |
| LAB | lab(81.1 -29.2 -28.7) |
| LCH | lch(81.1 40.9 224.5) |
| OKLCH | oklch(0.826 0.135 216.3) |
Copy-ready code
/* CSS */
color: #39dbfe;
background-color: #39dbfe;
/* Tailwind (arbitrary) */
class="text-[#39dbfe] bg-[#39dbfe]"
/* SCSS */
$brand: #39dbfe;
/* SwiftUI */
Color(red: 0.224, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#39dbfe")Accessibility — WCAG contrast
Aa
#39dbfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dbfe on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green85.9%
Blue99.6%
CMYK percentages
Cyan77.6%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#39dbfe text on a black background
contrast 12.74:1
Card sample
#39dbfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dbfe;
Background color
Panel with #39dbfe background
background-color: #39dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dbfe; background: linear-gradient(135deg, #39dbfe, #3958FE);