#32dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 223, 235
HSL
184°, 82%, 56%
CMYK
79, 5, 0, 8
Luminance
0.5945
Every format
| HEX | #32dfeb |
| RGB | rgb(50, 223, 235) |
| HSL | hsl(184, 82%, 56%) |
| CMYK | cmyk(79%, 5%, 0%, 8%) |
| LAB | lab(81.5 -37.5 -18.0) |
| LCH | lch(81.5 41.6 205.6) |
| OKLCH | oklch(0.827 0.132 202.2) |
Copy-ready code
/* CSS */
color: #32dfeb;
background-color: #32dfeb;
/* Tailwind (arbitrary) */
class="text-[#32dfeb] bg-[#32dfeb]"
/* SCSS */
$brand: #32dfeb;
/* SwiftUI */
Color(red: 0.196, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#32dfeb")Accessibility — WCAG contrast
Aa
#32dfeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32dfeb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#32dfeb text on a black background
contrast 12.89:1
Card sample
#32dfeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32dfeb;
Background color
Panel with #32dfeb background
background-color: #32dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32dfeb; background: linear-gradient(135deg, #32dfeb, #3264EB);