#32b3cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
50, 179, 207
HSL
191°, 62%, 50%
CMYK
76, 14, 0, 19
Luminance
0.3742
Every format
| HEX | #32b3cf |
| RGB | rgb(50, 179, 207) |
| HSL | hsl(191, 62%, 50%) |
| CMYK | cmyk(76%, 14%, 0%, 19%) |
| LAB | lab(67.6 -24.9 -24.1) |
| LCH | lch(67.6 34.6 224.0) |
| OKLCH | oklch(0.711 0.114 216.0) |
Copy-ready code
/* CSS */
color: #32b3cf;
background-color: #32b3cf;
/* Tailwind (arbitrary) */
class="text-[#32b3cf] bg-[#32b3cf]"
/* SCSS */
$brand: #32b3cf;
/* SwiftUI */
Color(red: 0.196, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#32b3cf")Accessibility — WCAG contrast
Aa
#32b3cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32b3cf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green70.2%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#32b3cf text on a black background
contrast 8.48:1
Card sample
#32b3cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32b3cf;
Background color
Panel with #32b3cf background
background-color: #32b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32b3cf; background: linear-gradient(135deg, #32b3cf, #324ACF);