#455df2
a balanced, electric blue · warm · closest name: royalblue
RGB
69, 93, 242
HSL
232°, 87%, 61%
CMYK
72, 62, 0, 5
Luminance
0.1550
Every format
| HEX | #455df2 |
| RGB | rgb(69, 93, 242) |
| HSL | hsl(232, 87%, 61%) |
| CMYK | cmyk(72%, 62%, 0%, 5%) |
| LAB | lab(46.3 40.2 -77.3) |
| LCH | lch(46.3 87.1 297.5) |
| OKLCH | oklch(0.553 0.223 270.2) |
Copy-ready code
/* CSS */
color: #455df2;
background-color: #455df2;
/* Tailwind (arbitrary) */
class="text-[#455df2] bg-[#455df2]"
/* SCSS */
$brand: #455df2;
/* SwiftUI */
Color(red: 0.271, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#455df2")Accessibility — WCAG contrast
Aa
#455df2 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#455df2 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green36.5%
Blue94.9%
CMYK percentages
Cyan71.5%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#455df2 text on a black background
contrast 4.10:1
Card sample
#455df2 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #455df2;
Background color
Panel with #455df2 background
background-color: #455df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #455df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #455df2; background: linear-gradient(135deg, #455df2, #A045F2);