#20acf3
a balanced, electric blue · cool · closest name: steelblue
RGB
32, 172, 243
HSL
200°, 90%, 54%
CMYK
87, 29, 0, 5
Luminance
0.3628
Every format
| HEX | #20acf3 |
| RGB | rgb(32, 172, 243) |
| HSL | hsl(200, 90%, 54%) |
| CMYK | cmyk(87%, 29%, 0%, 5%) |
| LAB | lab(66.7 -10.5 -45.1) |
| LCH | lch(66.7 46.4 256.9) |
| OKLCH | oklch(0.708 0.150 238.3) |
Copy-ready code
/* CSS */
color: #20acf3;
background-color: #20acf3;
/* Tailwind (arbitrary) */
class="text-[#20acf3] bg-[#20acf3]"
/* SCSS */
$brand: #20acf3;
/* SwiftUI */
Color(red: 0.125, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#20acf3")Accessibility — WCAG contrast
Aa
#20acf3 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#20acf3 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green67.5%
Blue95.3%
CMYK percentages
Cyan86.8%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#20acf3 text on a black background
contrast 8.26:1
Card sample
#20acf3 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20acf3;
Background color
Panel with #20acf3 background
background-color: #20acf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20acf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20acf3; background: linear-gradient(135deg, #20acf3, #2120F3);