#454ae2
a balanced, vivid blue · warm · closest name: slateblue
RGB
69, 74, 226
HSL
238°, 73%, 58%
CMYK
70, 67, 0, 11
Luminance
0.1165
Every format
| HEX | #454ae2 |
| RGB | rgb(69, 74, 226) |
| HSL | hsl(238, 73%, 58%) |
| CMYK | cmyk(70%, 67%, 0%, 11%) |
| LAB | lab(40.7 46.2 -77.5) |
| LCH | lch(40.7 90.3 300.8) |
| OKLCH | oklch(0.507 0.225 273.6) |
Copy-ready code
/* CSS */
color: #454ae2;
background-color: #454ae2;
/* Tailwind (arbitrary) */
class="text-[#454ae2] bg-[#454ae2]"
/* SCSS */
$brand: #454ae2;
/* SwiftUI */
Color(red: 0.271, green: 0.290, blue: 0.886)
/* Android */
Color.parseColor("#454ae2")Accessibility — WCAG contrast
Aa
#454ae2 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#454ae2 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green29.0%
Blue88.6%
CMYK percentages
Cyan69.5%
Magenta67.3%
Yellow0.0%
Key (black)11.4%
Color previews
#454ae2 text on a black background
contrast 3.33:1
Card sample
#454ae2 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454ae2;
Background color
Panel with #454ae2 background
background-color: #454ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 74, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 74, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454ae2; background: linear-gradient(135deg, #454ae2, #A945E2);