#32cefe
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 206, 254
HSL
194°, 99%, 60%
CMYK
80, 19, 0, 0
Luminance
0.5198
Every format
| HEX | #32cefe |
| RGB | rgb(50, 206, 254) |
| HSL | hsl(194, 99%, 60%) |
| CMYK | cmyk(80%, 19%, 0%, 0%) |
| LAB | lab(77.3 -23.4 -34.6) |
| LCH | lch(77.3 41.8 236.0) |
| OKLCH | oklch(0.794 0.139 224.3) |
Copy-ready code
/* CSS */
color: #32cefe;
background-color: #32cefe;
/* Tailwind (arbitrary) */
class="text-[#32cefe] bg-[#32cefe]"
/* SCSS */
$brand: #32cefe;
/* SwiftUI */
Color(red: 0.196, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#32cefe")Accessibility — WCAG contrast
Aa
#32cefe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cefe on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green80.8%
Blue99.6%
CMYK percentages
Cyan80.3%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#32cefe text on a black background
contrast 11.40:1
Card sample
#32cefe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cefe;
Background color
Panel with #32cefe background
background-color: #32cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cefe; background: linear-gradient(135deg, #32cefe, #3246FE);