#470fdf
a balanced, electric violet · warm · closest name: blue
RGB
71, 15, 223
HSL
256°, 87%, 47%
CMYK
68, 93, 0, 13
Luminance
0.0701
Every format
| HEX | #470fdf |
| RGB | rgb(71, 15, 223) |
| HSL | hsl(256, 87%, 47%) |
| CMYK | cmyk(68%, 93%, 0%, 13%) |
| LAB | lab(31.8 70.4 -90.4) |
| LCH | lch(31.8 114.6 307.9) |
| OKLCH | oklch(0.445 0.264 278.9) |
Copy-ready code
/* CSS */
color: #470fdf;
background-color: #470fdf;
/* Tailwind (arbitrary) */
class="text-[#470fdf] bg-[#470fdf]"
/* SCSS */
$brand: #470fdf;
/* SwiftUI */
Color(red: 0.278, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#470fdf")Accessibility — WCAG contrast
Aa
#470fdf on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470fdf on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#470fdf text on a black background
contrast 2.40:1
Card sample
#470fdf text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470fdf;
Background color
Panel with #470fdf background
background-color: #470fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470fdf; background: linear-gradient(135deg, #470fdf, #D20FDF);