#201dfb
a balanced, electric blue · warm · closest name: blue
RGB
32, 29, 251
HSL
241°, 97%, 55%
CMYK
87, 88, 0, 2
Luminance
0.0815
Every format
| HEX | #201dfb |
| RGB | rgb(32, 29, 251) |
| HSL | hsl(241, 97%, 55%) |
| CMYK | cmyk(87%, 88%, 0%, 2%) |
| LAB | lab(34.3 72.7 -102.3) |
| LCH | lch(34.3 125.5 305.4) |
| OKLCH | oklch(0.466 0.296 267.1) |
Copy-ready code
/* CSS */
color: #201dfb;
background-color: #201dfb;
/* Tailwind (arbitrary) */
class="text-[#201dfb] bg-[#201dfb]"
/* SCSS */
$brand: #201dfb;
/* SwiftUI */
Color(red: 0.125, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#201dfb")Accessibility — WCAG contrast
Aa
#201dfb on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201dfb on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.4%
Blue98.4%
CMYK percentages
Cyan87.3%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#201dfb text on a black background
contrast 2.63:1
Card sample
#201dfb text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201dfb;
Background color
Panel with #201dfb background
background-color: #201dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201dfb; background: linear-gradient(135deg, #201dfb, #B41DFB);