#201cdf
a balanced, electric blue · warm · closest name: blue
RGB
32, 28, 223
HSL
241°, 78%, 49%
CMYK
86, 87, 0, 13
Luminance
0.0647
Every format
| HEX | #201cdf |
| RGB | rgb(32, 28, 223) |
| HSL | hsl(241, 78%, 49%) |
| CMYK | cmyk(86%, 87%, 0%, 13%) |
| LAB | lab(30.6 65.4 -92.6) |
| LCH | lch(30.6 113.4 305.2) |
| OKLCH | oklch(0.430 0.268 267.9) |
Copy-ready code
/* CSS */
color: #201cdf;
background-color: #201cdf;
/* Tailwind (arbitrary) */
class="text-[#201cdf] bg-[#201cdf]"
/* SCSS */
$brand: #201cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#201cdf")Accessibility — WCAG contrast
Aa
#201cdf on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201cdf on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#201cdf text on a black background
contrast 2.29:1
Card sample
#201cdf text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201cdf;
Background color
Panel with #201cdf background
background-color: #201cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201cdf; background: linear-gradient(135deg, #201cdf, #A21CDF);