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