#201ab8
a dark, electric blue · warm · closest name: navy
RGB
32, 26, 184
HSL
242°, 75%, 41%
CMYK
83, 86, 0, 28
Luminance
0.0451
Every format
| HEX | #201ab8 |
| RGB | rgb(32, 26, 184) |
| HSL | hsl(242, 75%, 41%) |
| CMYK | cmyk(83%, 86%, 0%, 28%) |
| LAB | lab(25.3 55.0 -78.6) |
| LCH | lch(25.3 95.9 305.0) |
| OKLCH | oklch(0.380 0.227 269.7) |
Copy-ready code
/* CSS */
color: #201ab8;
background-color: #201ab8;
/* Tailwind (arbitrary) */
class="text-[#201ab8] bg-[#201ab8]"
/* SCSS */
$brand: #201ab8;
/* SwiftUI */
Color(red: 0.125, green: 0.102, blue: 0.722)
/* Android */
Color.parseColor("#201ab8")Accessibility — WCAG contrast
Aa
#201ab8 on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201ab8 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green10.2%
Blue72.2%
CMYK percentages
Cyan82.6%
Magenta85.9%
Yellow0.0%
Key (black)27.8%
Color previews
#201ab8 text on a black background
contrast 1.90:1
Card sample
#201ab8 text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201ab8;
Background color
Panel with #201ab8 background
background-color: #201ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 26, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 26, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201ab8; background: linear-gradient(135deg, #201ab8, #891AB8);