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