#2e20ac
a dark, vivid blue · warm · closest name: navy
RGB
46, 32, 172
HSL
246°, 69%, 40%
CMYK
73, 81, 0, 33
Luminance
0.0459
Every format
| HEX | #2e20ac |
| RGB | rgb(46, 32, 172) |
| HSL | hsl(246, 69%, 40%) |
| CMYK | cmyk(73%, 81%, 0%, 33%) |
| LAB | lab(25.5 49.6 -70.9) |
| LCH | lch(25.5 86.5 305.0) |
| OKLCH | oklch(0.380 0.206 274.8) |
Copy-ready code
/* CSS */
color: #2e20ac;
background-color: #2e20ac;
/* Tailwind (arbitrary) */
class="text-[#2e20ac] bg-[#2e20ac]"
/* SCSS */
$brand: #2e20ac;
/* SwiftUI */
Color(red: 0.180, green: 0.125, blue: 0.675)
/* Android */
Color.parseColor("#2e20ac")Accessibility — WCAG contrast
Aa
#2e20ac on white: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e20ac on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green12.5%
Blue67.5%
CMYK percentages
Cyan73.3%
Magenta81.4%
Yellow0.0%
Key (black)32.5%
Color previews
#2e20ac text on a black background
contrast 1.92:1
Card sample
#2e20ac text on a white background
contrast 10.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e20ac;
Background color
Panel with #2e20ac background
background-color: #2e20ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e20ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 32, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 32, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e20ac; background: linear-gradient(135deg, #2e20ac, #8B20AC);