#484fe2
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 79, 226
HSL
237°, 73%, 58%
CMYK
68, 65, 0, 11
Luminance
0.1246
Every format
| HEX | #484fe2 |
| RGB | rgb(72, 79, 226) |
| HSL | hsl(237, 73%, 58%) |
| CMYK | cmyk(68%, 65%, 0%, 11%) |
| LAB | lab(41.9 43.6 -75.4) |
| LCH | lch(41.9 87.1 300.0) |
| OKLCH | oklch(0.517 0.218 273.7) |
Copy-ready code
/* CSS */
color: #484fe2;
background-color: #484fe2;
/* Tailwind (arbitrary) */
class="text-[#484fe2] bg-[#484fe2]"
/* SCSS */
$brand: #484fe2;
/* SwiftUI */
Color(red: 0.282, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#484fe2")Accessibility — WCAG contrast
Aa
#484fe2 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#484fe2 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green31.0%
Blue88.6%
CMYK percentages
Cyan68.1%
Magenta65.0%
Yellow0.0%
Key (black)11.4%
Color previews
#484fe2 text on a black background
contrast 3.49:1
Card sample
#484fe2 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484fe2;
Background color
Panel with #484fe2 background
background-color: #484fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484fe2; background: linear-gradient(135deg, #484fe2, #A848E2);