#201cfd
a balanced, electric blue · warm · closest name: blue
RGB
32, 28, 253
HSL
241°, 98%, 55%
CMYK
87, 89, 0, 1
Luminance
0.0823
Every format
| HEX | #201cfd |
| RGB | rgb(32, 28, 253) |
| HSL | hsl(241, 98%, 55%) |
| CMYK | cmyk(87%, 89%, 0%, 1%) |
| LAB | lab(34.5 73.5 -103.1) |
| LCH | lch(34.5 126.6 305.5) |
| OKLCH | oklch(0.468 0.299 267.1) |
Copy-ready code
/* CSS */
color: #201cfd;
background-color: #201cfd;
/* Tailwind (arbitrary) */
class="text-[#201cfd] bg-[#201cfd]"
/* SCSS */
$brand: #201cfd;
/* SwiftUI */
Color(red: 0.125, green: 0.110, blue: 0.992)
/* Android */
Color.parseColor("#201cfd")Accessibility — WCAG contrast
Aa
#201cfd on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201cfd on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.0%
Blue99.2%
CMYK percentages
Cyan87.4%
Magenta88.9%
Yellow0.0%
Key (black)0.8%
Color previews
#201cfd text on a black background
contrast 2.65:1
Card sample
#201cfd text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201cfd;
Background color
Panel with #201cfd background
background-color: #201cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 28, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 28, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201cfd; background: linear-gradient(135deg, #201cfd, #B61CFD);