#455ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
69, 90, 222
HSL
232°, 70%, 57%
CMYK
69, 60, 0, 13
Luminance
0.1385
Every format
| HEX | #455ade |
| RGB | rgb(69, 90, 222) |
| HSL | hsl(232, 70%, 57%) |
| CMYK | cmyk(69%, 60%, 0%, 13%) |
| LAB | lab(44.0 35.1 -69.8) |
| LCH | lch(44.0 78.1 296.7) |
| OKLCH | oklch(0.531 0.201 270.9) |
Copy-ready code
/* CSS */
color: #455ade;
background-color: #455ade;
/* Tailwind (arbitrary) */
class="text-[#455ade] bg-[#455ade]"
/* SCSS */
$brand: #455ade;
/* SwiftUI */
Color(red: 0.271, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#455ade")Accessibility — WCAG contrast
Aa
#455ade on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#455ade on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green35.3%
Blue87.1%
CMYK percentages
Cyan68.9%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#455ade text on a black background
contrast 3.77:1
Card sample
#455ade text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #455ade;
Background color
Panel with #455ade background
background-color: #455ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #455ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #455ade; background: linear-gradient(135deg, #455ade, #9645DE);