#32a2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
50, 162, 207
HSL
197°, 62%, 50%
CMYK
76, 22, 0, 19
Luminance
0.3102
Every format
| HEX | #32a2cf |
| RGB | rgb(50, 162, 207) |
| HSL | hsl(197, 62%, 50%) |
| CMYK | cmyk(76%, 22%, 0%, 19%) |
| LAB | lab(62.5 -16.0 -31.9) |
| LCH | lch(62.5 35.6 243.3) |
| OKLCH | oklch(0.670 0.117 229.7) |
Copy-ready code
/* CSS */
color: #32a2cf;
background-color: #32a2cf;
/* Tailwind (arbitrary) */
class="text-[#32a2cf] bg-[#32a2cf]"
/* SCSS */
$brand: #32a2cf;
/* SwiftUI */
Color(red: 0.196, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#32a2cf")Accessibility — WCAG contrast
Aa
#32a2cf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32a2cf on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green63.5%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#32a2cf text on a black background
contrast 7.20:1
Card sample
#32a2cf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32a2cf;
Background color
Panel with #32a2cf background
background-color: #32a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32a2cf; background: linear-gradient(135deg, #32a2cf, #3239CF);