#32ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
50, 235, 238
HSL
181°, 85%, 57%
CMYK
79, 1, 0, 7
Luminance
0.6627
Every format
| HEX | #32ebee |
| RGB | rgb(50, 235, 238) |
| HSL | hsl(181, 85%, 57%) |
| CMYK | cmyk(79%, 1%, 0%, 7%) |
| LAB | lab(85.1 -42.1 -14.2) |
| LCH | lch(85.1 44.4 198.6) |
| OKLCH | oklch(0.856 0.138 196.6) |
Copy-ready code
/* CSS */
color: #32ebee;
background-color: #32ebee;
/* Tailwind (arbitrary) */
class="text-[#32ebee] bg-[#32ebee]"
/* SCSS */
$brand: #32ebee;
/* SwiftUI */
Color(red: 0.196, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#32ebee")Accessibility — WCAG contrast
Aa
#32ebee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32ebee on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green92.2%
Blue93.3%
CMYK percentages
Cyan79.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#32ebee text on a black background
contrast 14.25:1
Card sample
#32ebee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32ebee;
Background color
Panel with #32ebee background
background-color: #32ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32ebee; background: linear-gradient(135deg, #32ebee, #326EEE);