#484fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 79, 223
HSL
237°, 70%, 58%
CMYK
68, 65, 0, 13
Luminance
0.1230
Every format
| HEX | #484fdf |
| RGB | rgb(72, 79, 223) |
| HSL | hsl(237, 70%, 58%) |
| CMYK | cmyk(68%, 65%, 0%, 13%) |
| LAB | lab(41.7 42.6 -74.1) |
| LCH | lch(41.7 85.5 299.9) |
| OKLCH | oklch(0.515 0.214 273.8) |
Copy-ready code
/* CSS */
color: #484fdf;
background-color: #484fdf;
/* Tailwind (arbitrary) */
class="text-[#484fdf] bg-[#484fdf]"
/* SCSS */
$brand: #484fdf;
/* SwiftUI */
Color(red: 0.282, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#484fdf")Accessibility — WCAG contrast
Aa
#484fdf on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484fdf on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#484fdf text on a black background
contrast 3.46:1
Card sample
#484fdf text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484fdf;
Background color
Panel with #484fdf background
background-color: #484fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484fdf; background: linear-gradient(135deg, #484fdf, #A648DF);