#484df9
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 77, 249
HSL
238°, 94%, 63%
CMYK
71, 69, 0, 2
Luminance
0.1353
Every format
| HEX | #484df9 |
| RGB | rgb(72, 77, 249) |
| HSL | hsl(238, 94%, 63%) |
| CMYK | cmyk(71%, 69%, 0%, 2%) |
| LAB | lab(43.5 52.3 -85.8) |
| LCH | lch(43.5 100.4 301.4) |
| OKLCH | oklch(0.535 0.248 273.0) |
Copy-ready code
/* CSS */
color: #484df9;
background-color: #484df9;
/* Tailwind (arbitrary) */
class="text-[#484df9] bg-[#484df9]"
/* SCSS */
$brand: #484df9;
/* SwiftUI */
Color(red: 0.282, green: 0.302, blue: 0.976)
/* Android */
Color.parseColor("#484df9")Accessibility — WCAG contrast
Aa
#484df9 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484df9 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green30.2%
Blue97.6%
CMYK percentages
Cyan71.1%
Magenta69.1%
Yellow0.0%
Key (black)2.4%
Color previews
#484df9 text on a black background
contrast 3.71:1
Card sample
#484df9 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484df9;
Background color
Panel with #484df9 background
background-color: #484df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 77, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 77, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484df9; background: linear-gradient(135deg, #484df9, #B948F9);