#5700cc
a dark, electric violet · warm · closest name: blue
RGB
87, 0, 204
HSL
266°, 100%, 40%
CMYK
57, 100, 0, 20
Luminance
0.0639
Every format
| HEX | #5700cc |
| RGB | rgb(87, 0, 204) |
| HSL | hsl(266, 100%, 40%) |
| CMYK | cmyk(57%, 100%, 0%, 20%) |
| LAB | lab(30.4 69.3 -81.8) |
| LCH | lch(30.4 107.2 310.3) |
| OKLCH | oklch(0.433 0.248 288.2) |
Copy-ready code
/* CSS */
color: #5700cc;
background-color: #5700cc;
/* Tailwind (arbitrary) */
class="text-[#5700cc] bg-[#5700cc]"
/* SCSS */
$brand: #5700cc;
/* SwiftUI */
Color(red: 0.341, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#5700cc")Accessibility — WCAG contrast
Aa
#5700cc on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5700cc on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green0.0%
Blue80.0%
CMYK percentages
Cyan57.4%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#5700cc text on a black background
contrast 2.28:1
Card sample
#5700cc text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5700cc;
Background color
Panel with #5700cc background
background-color: #5700cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5700cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5700cc; background: linear-gradient(135deg, #5700cc, #CC00B9);