#4714df
a balanced, electric violet · warm · closest name: blue
RGB
71, 20, 223
HSL
255°, 84%, 48%
CMYK
68, 91, 0, 13
Luminance
0.0717
Every format
| HEX | #4714df |
| RGB | rgb(71, 20, 223) |
| HSL | hsl(255, 84%, 48%) |
| CMYK | cmyk(68%, 91%, 0%, 13%) |
| LAB | lab(32.2 69.3 -89.8) |
| LCH | lch(32.2 113.5 307.7) |
| OKLCH | oklch(0.448 0.262 278.7) |
Copy-ready code
/* CSS */
color: #4714df;
background-color: #4714df;
/* Tailwind (arbitrary) */
class="text-[#4714df] bg-[#4714df]"
/* SCSS */
$brand: #4714df;
/* SwiftUI */
Color(red: 0.278, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#4714df")Accessibility — WCAG contrast
Aa
#4714df on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4714df on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.8%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4714df text on a black background
contrast 2.43:1
Card sample
#4714df text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4714df;
Background color
Panel with #4714df background
background-color: #4714df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4714df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4714df; background: linear-gradient(135deg, #4714df, #CE14DF);