#472eee
a balanced, electric blue · warm · closest name: blue
RGB
71, 46, 238
HSL
248°, 85%, 56%
CMYK
70, 81, 0, 7
Luminance
0.0947
Every format
| HEX | #472eee |
| RGB | rgb(71, 46, 238) |
| HSL | hsl(248, 85%, 56%) |
| CMYK | cmyk(70%, 81%, 0%, 7%) |
| LAB | lab(36.9 64.5 -90.6) |
| LCH | lch(36.9 111.2 305.5) |
| OKLCH | oklch(0.485 0.263 276.0) |
Copy-ready code
/* CSS */
color: #472eee;
background-color: #472eee;
/* Tailwind (arbitrary) */
class="text-[#472eee] bg-[#472eee]"
/* SCSS */
$brand: #472eee;
/* SwiftUI */
Color(red: 0.278, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#472eee")Accessibility — WCAG contrast
Aa
#472eee on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472eee on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green18.0%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#472eee text on a black background
contrast 2.89:1
Card sample
#472eee text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472eee;
Background color
Panel with #472eee background
background-color: #472eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472eee; background: linear-gradient(135deg, #472eee, #C72EEE);