#4500ae
a dark, electric violet · warm · closest name: navy
RGB
69, 0, 174
HSL
264°, 100%, 34%
CMYK
60, 100, 0, 32
Luminance
0.0432
Every format
| HEX | #4500ae |
| RGB | rgb(69, 0, 174) |
| HSL | hsl(264, 100%, 34%) |
| CMYK | cmyk(60%, 100%, 0%, 32%) |
| LAB | lab(24.7 61.3 -73.5) |
| LCH | lch(24.7 95.7 309.8) |
| OKLCH | oklch(0.380 0.220 286.3) |
Copy-ready code
/* CSS */
color: #4500ae;
background-color: #4500ae;
/* Tailwind (arbitrary) */
class="text-[#4500ae] bg-[#4500ae]"
/* SCSS */
$brand: #4500ae;
/* SwiftUI */
Color(red: 0.271, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#4500ae")Accessibility — WCAG contrast
Aa
#4500ae on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4500ae on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green0.0%
Blue68.2%
CMYK percentages
Cyan60.3%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#4500ae text on a black background
contrast 1.86:1
Card sample
#4500ae text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4500ae;
Background color
Panel with #4500ae background
background-color: #4500ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4500ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4500ae; background: linear-gradient(135deg, #4500ae, #AE00A3);