#453dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
69, 61, 187
HSL
244°, 51%, 49%
CMYK
63, 67, 0, 27
Luminance
0.0819
Every format
| HEX | #453dbb |
| RGB | rgb(69, 61, 187) |
| HSL | hsl(244, 51%, 49%) |
| CMYK | cmyk(63%, 67%, 0%, 27%) |
| LAB | lab(34.4 41.1 -65.3) |
| LCH | lch(34.4 77.1 302.2) |
| OKLCH | oklch(0.452 0.190 278.4) |
Copy-ready code
/* CSS */
color: #453dbb;
background-color: #453dbb;
/* Tailwind (arbitrary) */
class="text-[#453dbb] bg-[#453dbb]"
/* SCSS */
$brand: #453dbb;
/* SwiftUI */
Color(red: 0.271, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#453dbb")Accessibility — WCAG contrast
Aa
#453dbb on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453dbb on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green23.9%
Blue73.3%
CMYK percentages
Cyan63.1%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#453dbb text on a black background
contrast 2.64:1
Card sample
#453dbb text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453dbb;
Background color
Panel with #453dbb background
background-color: #453dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453dbb; background: linear-gradient(135deg, #453dbb, #993DBB);