#39cbfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
57, 203, 254
HSL
196°, 99%, 61%
CMYK
78, 20, 0, 0
Luminance
0.5074
Every format
| HEX | #39cbfe |
| RGB | rgb(57, 203, 254) |
| HSL | hsl(196, 99%, 61%) |
| CMYK | cmyk(78%, 20%, 0%, 0%) |
| LAB | lab(76.5 -21.2 -35.8) |
| LCH | lch(76.5 41.6 239.3) |
| OKLCH | oklch(0.789 0.138 226.8) |
Copy-ready code
/* CSS */
color: #39cbfe;
background-color: #39cbfe;
/* Tailwind (arbitrary) */
class="text-[#39cbfe] bg-[#39cbfe]"
/* SCSS */
$brand: #39cbfe;
/* SwiftUI */
Color(red: 0.224, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#39cbfe")Accessibility — WCAG contrast
Aa
#39cbfe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cbfe on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green79.6%
Blue99.6%
CMYK percentages
Cyan77.6%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#39cbfe text on a black background
contrast 11.15:1
Card sample
#39cbfe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cbfe;
Background color
Panel with #39cbfe background
background-color: #39cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cbfe; background: linear-gradient(135deg, #39cbfe, #3948FE);