#201cba
a dark, vivid blue · warm · closest name: navy
RGB
32, 28, 186
HSL
242°, 74%, 42%
CMYK
83, 85, 0, 27
Luminance
0.0468
Every format
| HEX | #201cba |
| RGB | rgb(32, 28, 186) |
| HSL | hsl(242, 74%, 42%) |
| CMYK | cmyk(83%, 85%, 0%, 27%) |
| LAB | lab(25.8 54.8 -78.9) |
| LCH | lch(25.8 96.1 304.8) |
| OKLCH | oklch(0.385 0.228 269.5) |
Copy-ready code
/* CSS */
color: #201cba;
background-color: #201cba;
/* Tailwind (arbitrary) */
class="text-[#201cba] bg-[#201cba]"
/* SCSS */
$brand: #201cba;
/* SwiftUI */
Color(red: 0.125, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#201cba")Accessibility — WCAG contrast
Aa
#201cba on white: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201cba on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.0%
Blue72.9%
CMYK percentages
Cyan82.8%
Magenta84.9%
Yellow0.0%
Key (black)27.1%
Color previews
#201cba text on a black background
contrast 1.94:1
Card sample
#201cba text on a white background
contrast 10.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201cba;
Background color
Panel with #201cba background
background-color: #201cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201cba; background: linear-gradient(135deg, #201cba, #891CBA);