#32bbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
50, 187, 223
HSL
193°, 73%, 54%
CMYK
78, 16, 0, 13
Luminance
0.4155
Every format
| HEX | #32bbdf |
| RGB | rgb(50, 187, 223) |
| HSL | hsl(193, 73%, 54%) |
| CMYK | cmyk(78%, 16%, 0%, 13%) |
| LAB | lab(70.5 -23.8 -28.3) |
| LCH | lch(70.5 37.0 229.9) |
| OKLCH | oklch(0.737 0.123 220.2) |
Copy-ready code
/* CSS */
color: #32bbdf;
background-color: #32bbdf;
/* Tailwind (arbitrary) */
class="text-[#32bbdf] bg-[#32bbdf]"
/* SCSS */
$brand: #32bbdf;
/* SwiftUI */
Color(red: 0.196, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#32bbdf")Accessibility — WCAG contrast
Aa
#32bbdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32bbdf on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green73.3%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#32bbdf text on a black background
contrast 9.31:1
Card sample
#32bbdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32bbdf;
Background color
Panel with #32bbdf background
background-color: #32bbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32bbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32bbdf; background: linear-gradient(135deg, #32bbdf, #3248DF);