#463cd2
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 60, 210
HSL
244°, 63%, 53%
CMYK
67, 71, 0, 18
Luminance
0.0919
Every format
| HEX | #463cd2 |
| RGB | rgb(70, 60, 210) |
| HSL | hsl(244, 63%, 53%) |
| CMYK | cmyk(67%, 71%, 0%, 18%) |
| LAB | lab(36.3 49.1 -75.4) |
| LCH | lch(36.3 90.0 303.1) |
| OKLCH | oklch(0.472 0.220 276.8) |
Copy-ready code
/* CSS */
color: #463cd2;
background-color: #463cd2;
/* Tailwind (arbitrary) */
class="text-[#463cd2] bg-[#463cd2]"
/* SCSS */
$brand: #463cd2;
/* SwiftUI */
Color(red: 0.275, green: 0.235, blue: 0.824)
/* Android */
Color.parseColor("#463cd2")Accessibility — WCAG contrast
Aa
#463cd2 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#463cd2 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green23.5%
Blue82.4%
CMYK percentages
Cyan66.7%
Magenta71.4%
Yellow0.0%
Key (black)17.6%
Color previews
#463cd2 text on a black background
contrast 2.84:1
Card sample
#463cd2 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #463cd2;
Background color
Panel with #463cd2 background
background-color: #463cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #463cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 60, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 60, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #463cd2; background: linear-gradient(135deg, #463cd2, #AA3CD2);