#484baf
a balanced, soft blue · warm · closest name: slateblue
RGB
72, 75, 175
HSL
238°, 42%, 48%
CMYK
59, 57, 0, 31
Luminance
0.0951
Every format
| HEX | #484baf |
| RGB | rgb(72, 75, 175) |
| HSL | hsl(238, 42%, 48%) |
| CMYK | cmyk(59%, 57%, 0%, 31%) |
| LAB | lab(36.9 28.9 -54.0) |
| LCH | lch(36.9 61.2 298.2) |
| OKLCH | oklch(0.468 0.156 277.2) |
Copy-ready code
/* CSS */
color: #484baf;
background-color: #484baf;
/* Tailwind (arbitrary) */
class="text-[#484baf] bg-[#484baf]"
/* SCSS */
$brand: #484baf;
/* SwiftUI */
Color(red: 0.282, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#484baf")Accessibility — WCAG contrast
Aa
#484baf on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484baf on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green29.4%
Blue68.6%
CMYK percentages
Cyan58.9%
Magenta57.1%
Yellow0.0%
Key (black)31.4%
Color previews
#484baf text on a black background
contrast 2.90:1
Card sample
#484baf text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484baf;
Background color
Panel with #484baf background
background-color: #484baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484baf; background: linear-gradient(135deg, #484baf, #8A48AF);