#5703bf
a dark, electric violet · warm · closest name: navy
RGB
87, 3, 191
HSL
267°, 97%, 38%
CMYK
55, 98, 0, 25
Luminance
0.0585
Every format
| HEX | #5703bf |
| RGB | rgb(87, 3, 191) |
| HSL | hsl(267, 97%, 38%) |
| CMYK | cmyk(55%, 98%, 0%, 25%) |
| LAB | lab(29.0 65.9 -76.3) |
| LCH | lch(29.0 100.8 310.8) |
| OKLCH | oklch(0.420 0.235 290.7) |
Copy-ready code
/* CSS */
color: #5703bf;
background-color: #5703bf;
/* Tailwind (arbitrary) */
class="text-[#5703bf] bg-[#5703bf]"
/* SCSS */
$brand: #5703bf;
/* SwiftUI */
Color(red: 0.341, green: 0.012, blue: 0.749)
/* Android */
Color.parseColor("#5703bf")Accessibility — WCAG contrast
Aa
#5703bf on white: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5703bf on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green1.2%
Blue74.9%
CMYK percentages
Cyan54.5%
Magenta98.4%
Yellow0.0%
Key (black)25.1%
Color previews
#5703bf text on a black background
contrast 2.17:1
Card sample
#5703bf text on a white background
contrast 9.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5703bf;
Background color
Panel with #5703bf background
background-color: #5703bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5703bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 3, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 3, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5703bf; background: linear-gradient(135deg, #5703bf, #BF03AA);