#484dfd
a balanced, electric blue · warm · closest name: slateblue
RGB
72, 77, 253
HSL
238°, 98%, 64%
CMYK
72, 70, 0, 1
Luminance
0.1378
Every format
| HEX | #484dfd |
| RGB | rgb(72, 77, 253) |
| HSL | hsl(238, 98%, 64%) |
| CMYK | cmyk(72%, 70%, 0%, 1%) |
| LAB | lab(43.9 53.6 -87.4) |
| LCH | lch(43.9 102.5 301.5) |
| OKLCH | oklch(0.539 0.253 272.8) |
Copy-ready code
/* CSS */
color: #484dfd;
background-color: #484dfd;
/* Tailwind (arbitrary) */
class="text-[#484dfd] bg-[#484dfd]"
/* SCSS */
$brand: #484dfd;
/* SwiftUI */
Color(red: 0.282, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#484dfd")Accessibility — WCAG contrast
Aa
#484dfd on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484dfd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green30.2%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#484dfd text on a black background
contrast 3.76:1
Card sample
#484dfd text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484dfd;
Background color
Panel with #484dfd background
background-color: #484dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484dfd; background: linear-gradient(135deg, #484dfd, #BB48FD);