#453fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
69, 63, 223
HSL
242°, 71%, 56%
CMYK
69, 72, 0, 13
Luminance
0.1015
Every format
| HEX | #453fdf |
| RGB | rgb(69, 63, 223) |
| HSL | hsl(242, 71%, 56%) |
| CMYK | cmyk(69%, 72%, 0%, 13%) |
| LAB | lab(38.1 51.5 -80.0) |
| LCH | lch(38.1 95.2 302.8) |
| OKLCH | oklch(0.488 0.232 275.2) |
Copy-ready code
/* CSS */
color: #453fdf;
background-color: #453fdf;
/* Tailwind (arbitrary) */
class="text-[#453fdf] bg-[#453fdf]"
/* SCSS */
$brand: #453fdf;
/* SwiftUI */
Color(red: 0.271, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#453fdf")Accessibility — WCAG contrast
Aa
#453fdf on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#453fdf on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green24.7%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#453fdf text on a black background
contrast 3.03:1
Card sample
#453fdf text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453fdf;
Background color
Panel with #453fdf background
background-color: #453fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453fdf; background: linear-gradient(135deg, #453fdf, #B03FDF);