#484cf3
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 76, 243
HSL
239°, 88%, 62%
CMYK
70, 69, 0, 5
Luminance
0.1302
Every format
| HEX | #484cf3 |
| RGB | rgb(72, 76, 243) |
| HSL | hsl(239, 88%, 62%) |
| CMYK | cmyk(70%, 69%, 0%, 5%) |
| LAB | lab(42.8 50.9 -83.6) |
| LCH | lch(42.8 97.9 301.3) |
| OKLCH | oklch(0.528 0.242 273.3) |
Copy-ready code
/* CSS */
color: #484cf3;
background-color: #484cf3;
/* Tailwind (arbitrary) */
class="text-[#484cf3] bg-[#484cf3]"
/* SCSS */
$brand: #484cf3;
/* SwiftUI */
Color(red: 0.282, green: 0.298, blue: 0.953)
/* Android */
Color.parseColor("#484cf3")Accessibility — WCAG contrast
Aa
#484cf3 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484cf3 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.8%
Blue95.3%
CMYK percentages
Cyan70.4%
Magenta68.7%
Yellow0.0%
Key (black)4.7%
Color previews
#484cf3 text on a black background
contrast 3.60:1
Card sample
#484cf3 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484cf3;
Background color
Panel with #484cf3 background
background-color: #484cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 76, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 76, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484cf3; background: linear-gradient(135deg, #484cf3, #B648F3);