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