#32efef
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 239, 239
HSL
180°, 86%, 57%
CMYK
79, 0, 0, 6
Luminance
0.6864
Every format
| HEX | #32efef |
| RGB | rgb(50, 239, 239) |
| HSL | hsl(180, 86%, 57%) |
| CMYK | cmyk(79%, 0%, 0%, 6%) |
| LAB | lab(86.3 -43.6 -12.9) |
| LCH | lch(86.3 45.4 196.5) |
| OKLCH | oklch(0.866 0.140 194.9) |
Copy-ready code
/* CSS */
color: #32efef;
background-color: #32efef;
/* Tailwind (arbitrary) */
class="text-[#32efef] bg-[#32efef]"
/* SCSS */
$brand: #32efef;
/* SwiftUI */
Color(red: 0.196, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#32efef")Accessibility — WCAG contrast
Aa
#32efef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32efef on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green93.7%
Blue93.7%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#32efef text on a black background
contrast 14.73:1
Card sample
#32efef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32efef;
Background color
Panel with #32efef background
background-color: #32efef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32efef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32efef; background: linear-gradient(135deg, #32efef, #3271EF);