#201eb4
a dark, vivid blue · warm · closest name: navy
RGB
32, 30, 180
HSL
241°, 71%, 41%
CMYK
82, 83, 0, 29
Luminance
0.0453
Every format
| HEX | #201eb4 |
| RGB | rgb(32, 30, 180) |
| HSL | hsl(241, 71%, 41%) |
| CMYK | cmyk(82%, 83%, 0%, 29%) |
| LAB | lab(25.4 52.1 -76.1) |
| LCH | lch(25.4 92.2 304.4) |
| OKLCH | oklch(0.379 0.220 269.8) |
Copy-ready code
/* CSS */
color: #201eb4;
background-color: #201eb4;
/* Tailwind (arbitrary) */
class="text-[#201eb4] bg-[#201eb4]"
/* SCSS */
$brand: #201eb4;
/* SwiftUI */
Color(red: 0.125, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#201eb4")Accessibility — WCAG contrast
Aa
#201eb4 on white: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201eb4 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.8%
Blue70.6%
CMYK percentages
Cyan82.2%
Magenta83.3%
Yellow0.0%
Key (black)29.4%
Color previews
#201eb4 text on a black background
contrast 1.91:1
Card sample
#201eb4 text on a white background
contrast 11.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201eb4;
Background color
Panel with #201eb4 background
background-color: #201eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201eb4; background: linear-gradient(135deg, #201eb4, #841EB4);