#32bfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
50, 191, 239
HSL
195°, 86%, 57%
CMYK
79, 20, 0, 6
Luminance
0.4417
Every format
| HEX | #32bfef |
| RGB | rgb(50, 191, 239) |
| HSL | hsl(195, 86%, 57%) |
| CMYK | cmyk(79%, 20%, 0%, 6%) |
| LAB | lab(72.3 -20.6 -34.2) |
| LCH | lch(72.3 39.9 238.9) |
| OKLCH | oklch(0.753 0.133 226.4) |
Copy-ready code
/* CSS */
color: #32bfef;
background-color: #32bfef;
/* Tailwind (arbitrary) */
class="text-[#32bfef] bg-[#32bfef]"
/* SCSS */
$brand: #32bfef;
/* SwiftUI */
Color(red: 0.196, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#32bfef")Accessibility — WCAG contrast
Aa
#32bfef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32bfef on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green74.9%
Blue93.7%
CMYK percentages
Cyan79.1%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#32bfef text on a black background
contrast 9.83:1
Card sample
#32bfef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32bfef;
Background color
Panel with #32bfef background
background-color: #32bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32bfef; background: linear-gradient(135deg, #32bfef, #3241EF);