#39dbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 219, 252
HSL
190°, 97%, 61%
CMYK
77, 13, 0, 1
Luminance
0.5856
Every format
| HEX | #39dbfc |
| RGB | rgb(57, 219, 252) |
| HSL | hsl(190, 97%, 61%) |
| CMYK | cmyk(77%, 13%, 0%, 1%) |
| LAB | lab(81.0 -29.8 -27.8) |
| LCH | lch(81.0 40.7 222.9) |
| OKLCH | oklch(0.825 0.134 215.2) |
Copy-ready code
/* CSS */
color: #39dbfc;
background-color: #39dbfc;
/* Tailwind (arbitrary) */
class="text-[#39dbfc] bg-[#39dbfc]"
/* SCSS */
$brand: #39dbfc;
/* SwiftUI */
Color(red: 0.224, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#39dbfc")Accessibility — WCAG contrast
Aa
#39dbfc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dbfc on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green85.9%
Blue98.8%
CMYK percentages
Cyan77.4%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#39dbfc text on a black background
contrast 12.71:1
Card sample
#39dbfc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dbfc;
Background color
Panel with #39dbfc background
background-color: #39dbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dbfc; background: linear-gradient(135deg, #39dbfc, #3959FC);