#201eb7
a dark, vivid blue · warm · closest name: navy
RGB
32, 30, 183
HSL
241°, 72%, 42%
CMYK
83, 84, 0, 28
Luminance
0.0465
Every format
| HEX | #201eb7 |
| RGB | rgb(32, 30, 183) |
| HSL | hsl(241, 72%, 42%) |
| CMYK | cmyk(83%, 84%, 0%, 28%) |
| LAB | lab(25.7 53.0 -77.2) |
| LCH | lch(25.7 93.7 304.5) |
| OKLCH | oklch(0.383 0.224 269.6) |
Copy-ready code
/* CSS */
color: #201eb7;
background-color: #201eb7;
/* Tailwind (arbitrary) */
class="text-[#201eb7] bg-[#201eb7]"
/* SCSS */
$brand: #201eb7;
/* SwiftUI */
Color(red: 0.125, green: 0.118, blue: 0.718)
/* Android */
Color.parseColor("#201eb7")Accessibility — WCAG contrast
Aa
#201eb7 on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201eb7 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.8%
Blue71.8%
CMYK percentages
Cyan82.5%
Magenta83.6%
Yellow0.0%
Key (black)28.2%
Color previews
#201eb7 text on a black background
contrast 1.93:1
Card sample
#201eb7 text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201eb7;
Background color
Panel with #201eb7 background
background-color: #201eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 30, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 30, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201eb7; background: linear-gradient(135deg, #201eb7, #861EB7);