#472cdf
a balanced, vivid blue · warm · closest name: blue
RGB
71, 44, 223
HSL
249°, 74%, 52%
CMYK
68, 80, 0, 13
Luminance
0.0847
Every format
| HEX | #472cdf |
| RGB | rgb(71, 44, 223) |
| HSL | hsl(249, 74%, 52%) |
| CMYK | cmyk(68%, 80%, 0%, 13%) |
| LAB | lab(34.9 61.1 -85.2) |
| LCH | lch(34.9 104.9 305.6) |
| OKLCH | oklch(0.467 0.248 277.5) |
Copy-ready code
/* CSS */
color: #472cdf;
background-color: #472cdf;
/* Tailwind (arbitrary) */
class="text-[#472cdf] bg-[#472cdf]"
/* SCSS */
$brand: #472cdf;
/* SwiftUI */
Color(red: 0.278, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#472cdf")Accessibility — WCAG contrast
Aa
#472cdf on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472cdf on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#472cdf text on a black background
contrast 2.69:1
Card sample
#472cdf text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472cdf;
Background color
Panel with #472cdf background
background-color: #472cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472cdf; background: linear-gradient(135deg, #472cdf, #BF2CDF);