#21acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
33, 172, 253
HSL
202°, 98%, 56%
CMYK
87, 32, 0, 1
Luminance
0.3692
Every format
| HEX | #21acfd |
| RGB | rgb(33, 172, 253) |
| HSL | hsl(202, 98%, 56%) |
| CMYK | cmyk(87%, 32%, 0%, 1%) |
| LAB | lab(67.2 -6.9 -49.8) |
| LCH | lch(67.2 50.3 262.1) |
| OKLCH | oklch(0.713 0.161 241.9) |
Copy-ready code
/* CSS */
color: #21acfd;
background-color: #21acfd;
/* Tailwind (arbitrary) */
class="text-[#21acfd] bg-[#21acfd]"
/* SCSS */
$brand: #21acfd;
/* SwiftUI */
Color(red: 0.129, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#21acfd")Accessibility — WCAG contrast
Aa
#21acfd on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#21acfd on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green67.5%
Blue99.2%
CMYK percentages
Cyan87.0%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#21acfd text on a black background
contrast 8.38:1
Card sample
#21acfd text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #21acfd;
Background color
Panel with #21acfd background
background-color: #21acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #21acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #21acfd; background: linear-gradient(135deg, #21acfd, #2921FD);