#484cfb
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 76, 251
HSL
239°, 96%, 63%
CMYK
71, 70, 0, 2
Luminance
0.1351
Every format
| HEX | #484cfb |
| RGB | rgb(72, 76, 251) |
| HSL | hsl(239, 96%, 63%) |
| CMYK | cmyk(71%, 70%, 0%, 2%) |
| LAB | lab(43.5 53.5 -86.9) |
| LCH | lch(43.5 102.1 301.6) |
| OKLCH | oklch(0.535 0.252 273.0) |
Copy-ready code
/* CSS */
color: #484cfb;
background-color: #484cfb;
/* Tailwind (arbitrary) */
class="text-[#484cfb] bg-[#484cfb]"
/* SCSS */
$brand: #484cfb;
/* SwiftUI */
Color(red: 0.282, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#484cfb")Accessibility — WCAG contrast
Aa
#484cfb on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484cfb on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.8%
Blue98.4%
CMYK percentages
Cyan71.3%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#484cfb text on a black background
contrast 3.70:1
Card sample
#484cfb text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484cfb;
Background color
Panel with #484cfb background
background-color: #484cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484cfb; background: linear-gradient(135deg, #484cfb, #BB48FB);