#454df2
a balanced, electric blue · warm · closest name: slateblue
RGB
69, 77, 242
HSL
237°, 87%, 61%
CMYK
72, 68, 0, 5
Luminance
0.1298
Every format
| HEX | #454df2 |
| RGB | rgb(69, 77, 242) |
| HSL | hsl(237, 87%, 61%) |
| CMYK | cmyk(72%, 68%, 0%, 5%) |
| LAB | lab(42.7 49.7 -83.2) |
| LCH | lch(42.7 96.9 300.9) |
| OKLCH | oklch(0.527 0.241 272.5) |
Copy-ready code
/* CSS */
color: #454df2;
background-color: #454df2;
/* Tailwind (arbitrary) */
class="text-[#454df2] bg-[#454df2]"
/* SCSS */
$brand: #454df2;
/* SwiftUI */
Color(red: 0.271, green: 0.302, blue: 0.949)
/* Android */
Color.parseColor("#454df2")Accessibility — WCAG contrast
Aa
#454df2 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#454df2 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green30.2%
Blue94.9%
CMYK percentages
Cyan71.5%
Magenta68.2%
Yellow0.0%
Key (black)5.1%
Color previews
#454df2 text on a black background
contrast 3.60:1
Card sample
#454df2 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454df2;
Background color
Panel with #454df2 background
background-color: #454df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 77, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 77, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454df2; background: linear-gradient(135deg, #454df2, #B045F2);