#453cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
69, 60, 223
HSL
243°, 72%, 56%
CMYK
69, 73, 0, 13
Luminance
0.0982
Every format
| HEX | #453cdf |
| RGB | rgb(69, 60, 223) |
| HSL | hsl(243, 72%, 56%) |
| CMYK | cmyk(69%, 73%, 0%, 13%) |
| LAB | lab(37.5 53.1 -81.0) |
| LCH | lch(37.5 96.8 303.3) |
| OKLCH | oklch(0.484 0.235 275.5) |
Copy-ready code
/* CSS */
color: #453cdf;
background-color: #453cdf;
/* Tailwind (arbitrary) */
class="text-[#453cdf] bg-[#453cdf]"
/* SCSS */
$brand: #453cdf;
/* SwiftUI */
Color(red: 0.271, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#453cdf")Accessibility — WCAG contrast
Aa
#453cdf on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453cdf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green23.5%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#453cdf text on a black background
contrast 2.96:1
Card sample
#453cdf text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453cdf;
Background color
Panel with #453cdf background
background-color: #453cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453cdf; background: linear-gradient(135deg, #453cdf, #B23CDF);