#484cfd
a balanced, electric blue · warm · closest name: blue
RGB
72, 76, 253
HSL
239°, 98%, 64%
CMYK
72, 70, 0, 1
Luminance
0.1364
Every format
| HEX | #484cfd |
| RGB | rgb(72, 76, 253) |
| HSL | hsl(239, 98%, 64%) |
| CMYK | cmyk(72%, 70%, 0%, 1%) |
| LAB | lab(43.7 54.1 -87.7) |
| LCH | lch(43.7 103.1 301.7) |
| OKLCH | oklch(0.537 0.254 272.9) |
Copy-ready code
/* CSS */
color: #484cfd;
background-color: #484cfd;
/* Tailwind (arbitrary) */
class="text-[#484cfd] bg-[#484cfd]"
/* SCSS */
$brand: #484cfd;
/* SwiftUI */
Color(red: 0.282, green: 0.298, blue: 0.992)
/* Android */
Color.parseColor("#484cfd")Accessibility — WCAG contrast
Aa
#484cfd on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484cfd on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.8%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta70.0%
Yellow0.0%
Key (black)0.8%
Color previews
#484cfd text on a black background
contrast 3.73:1
Card sample
#484cfd text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484cfd;
Background color
Panel with #484cfd background
background-color: #484cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 76, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 76, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484cfd; background: linear-gradient(135deg, #484cfd, #BD48FD);