#20acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
32, 172, 223
HSL
196°, 75%, 50%
CMYK
86, 23, 0, 13
Luminance
0.3514
Every format
| HEX | #20acdf |
| RGB | rgb(32, 172, 223) |
| HSL | hsl(196, 75%, 50%) |
| CMYK | cmyk(86%, 23%, 0%, 13%) |
| LAB | lab(65.8 -17.5 -35.6) |
| LCH | lch(65.8 39.6 243.8) |
| OKLCH | oklch(0.698 0.132 229.5) |
Copy-ready code
/* CSS */
color: #20acdf;
background-color: #20acdf;
/* Tailwind (arbitrary) */
class="text-[#20acdf] bg-[#20acdf]"
/* SCSS */
$brand: #20acdf;
/* SwiftUI */
Color(red: 0.125, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#20acdf")Accessibility — WCAG contrast
Aa
#20acdf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20acdf on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#20acdf text on a black background
contrast 8.03:1
Card sample
#20acdf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20acdf;
Background color
Panel with #20acdf background
background-color: #20acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20acdf; background: linear-gradient(135deg, #20acdf, #202DDF);