#484bba
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 75, 186
HSL
238°, 45%, 51%
CMYK
61, 60, 0, 27
Luminance
0.0996
Every format
| HEX | #484bba |
| RGB | rgb(72, 75, 186) |
| HSL | hsl(238, 45%, 51%) |
| CMYK | cmyk(61%, 60%, 0%, 27%) |
| LAB | lab(37.8 32.6 -59.1) |
| LCH | lch(37.8 67.5 298.9) |
| OKLCH | oklch(0.477 0.171 276.6) |
Copy-ready code
/* CSS */
color: #484bba;
background-color: #484bba;
/* Tailwind (arbitrary) */
class="text-[#484bba] bg-[#484bba]"
/* SCSS */
$brand: #484bba;
/* SwiftUI */
Color(red: 0.282, green: 0.294, blue: 0.729)
/* Android */
Color.parseColor("#484bba")Accessibility — WCAG contrast
Aa
#484bba on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484bba on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.4%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta59.7%
Yellow0.0%
Key (black)27.1%
Color previews
#484bba text on a black background
contrast 2.99:1
Card sample
#484bba text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484bba;
Background color
Panel with #484bba background
background-color: #484bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 75, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 75, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484bba; background: linear-gradient(135deg, #484bba, #9148BA);