#32acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
50, 172, 223
HSL
198°, 73%, 54%
CMYK
78, 23, 0, 13
Luminance
0.3551
Every format
| HEX | #32acdf |
| RGB | rgb(50, 172, 223) |
| HSL | hsl(198, 73%, 54%) |
| CMYK | cmyk(78%, 23%, 0%, 13%) |
| LAB | lab(66.1 -16.0 -35.1) |
| LCH | lch(66.1 38.6 245.5) |
| OKLCH | oklch(0.701 0.127 231.1) |
Copy-ready code
/* CSS */
color: #32acdf;
background-color: #32acdf;
/* Tailwind (arbitrary) */
class="text-[#32acdf] bg-[#32acdf]"
/* SCSS */
$brand: #32acdf;
/* SwiftUI */
Color(red: 0.196, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#32acdf")Accessibility — WCAG contrast
Aa
#32acdf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32acdf on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green67.5%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#32acdf text on a black background
contrast 8.10:1
Card sample
#32acdf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32acdf;
Background color
Panel with #32acdf background
background-color: #32acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32acdf; background: linear-gradient(135deg, #32acdf, #3239DF);