#202dfd
a balanced, electric blue · warm · closest name: blue
RGB
32, 45, 253
HSL
237°, 98%, 56%
CMYK
87, 82, 0, 1
Luminance
0.0928
Every format
| HEX | #202dfd |
| RGB | rgb(32, 45, 253) |
| HSL | hsl(237, 98%, 56%) |
| CMYK | cmyk(87%, 82%, 0%, 1%) |
| LAB | lab(36.5 67.3 -99.7) |
| LCH | lch(36.5 120.3 304.0) |
| OKLCH | oklch(0.482 0.289 266.9) |
Copy-ready code
/* CSS */
color: #202dfd;
background-color: #202dfd;
/* Tailwind (arbitrary) */
class="text-[#202dfd] bg-[#202dfd]"
/* SCSS */
$brand: #202dfd;
/* SwiftUI */
Color(red: 0.125, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#202dfd")Accessibility — WCAG contrast
Aa
#202dfd on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202dfd on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan87.4%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#202dfd text on a black background
contrast 2.86:1
Card sample
#202dfd text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202dfd;
Background color
Panel with #202dfd background
background-color: #202dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202dfd; background: linear-gradient(135deg, #202dfd, #A620FD);