#201cd2
a balanced, electric blue · warm · closest name: blue
RGB
32, 28, 210
HSL
241°, 77%, 47%
CMYK
85, 87, 0, 18
Luminance
0.0579
Every format
| HEX | #201cd2 |
| RGB | rgb(32, 28, 210) |
| HSL | hsl(241, 77%, 47%) |
| CMYK | cmyk(85%, 87%, 0%, 18%) |
| LAB | lab(28.9 61.8 -87.9) |
| LCH | lch(28.9 107.4 305.1) |
| OKLCH | oklch(0.414 0.254 268.4) |
Copy-ready code
/* CSS */
color: #201cd2;
background-color: #201cd2;
/* Tailwind (arbitrary) */
class="text-[#201cd2] bg-[#201cd2]"
/* SCSS */
$brand: #201cd2;
/* SwiftUI */
Color(red: 0.125, green: 0.110, blue: 0.824)
/* Android */
Color.parseColor("#201cd2")Accessibility — WCAG contrast
Aa
#201cd2 on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201cd2 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.0%
Blue82.4%
CMYK percentages
Cyan84.8%
Magenta86.7%
Yellow0.0%
Key (black)17.6%
Color previews
#201cd2 text on a black background
contrast 2.16:1
Card sample
#201cd2 text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201cd2;
Background color
Panel with #201cd2 background
background-color: #201cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 28, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 28, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201cd2; background: linear-gradient(135deg, #201cd2, #991CD2);