#4701df
a dark, electric violet · warm · closest name: blue
RGB
71, 1, 223
HSL
259°, 99%, 44%
CMYK
68, 100, 0, 13
Luminance
0.0669
Every format
| HEX | #4701df |
| RGB | rgb(71, 1, 223) |
| HSL | hsl(259, 99%, 44%) |
| CMYK | cmyk(68%, 100%, 0%, 13%) |
| LAB | lab(31.1 72.7 -91.6) |
| LCH | lch(31.1 117.0 308.4) |
| OKLCH | oklch(0.440 0.268 279.1) |
Copy-ready code
/* CSS */
color: #4701df;
background-color: #4701df;
/* Tailwind (arbitrary) */
class="text-[#4701df] bg-[#4701df]"
/* SCSS */
$brand: #4701df;
/* SwiftUI */
Color(red: 0.278, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#4701df")Accessibility — WCAG contrast
Aa
#4701df on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4701df on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.4%
Blue87.5%
CMYK percentages
Cyan68.2%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#4701df text on a black background
contrast 2.34:1
Card sample
#4701df text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4701df;
Background color
Panel with #4701df background
background-color: #4701df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4701df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4701df; background: linear-gradient(135deg, #4701df, #DB01DF);