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