#cf57ff
a light, electric violet · warm · closest name: magenta
RGB
207, 87, 255
HSL
283°, 100%, 67%
CMYK
19, 66, 0, 0
Luminance
0.2730
Every format
| HEX | #cf57ff |
| RGB | rgb(207, 87, 255) |
| HSL | hsl(283, 100%, 67%) |
| CMYK | cmyk(19%, 66%, 0%, 0%) |
| LAB | lab(59.3 71.5 -62.9) |
| LCH | lch(59.3 95.3 318.7) |
| OKLCH | oklch(0.680 0.249 314.7) |
Copy-ready code
/* CSS */
color: #cf57ff;
background-color: #cf57ff;
/* Tailwind (arbitrary) */
class="text-[#cf57ff] bg-[#cf57ff]"
/* SCSS */
$brand: #cf57ff;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 1.000)
/* Android */
Color.parseColor("#cf57ff")Accessibility — WCAG contrast
Aa
#cf57ff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf57ff on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta65.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cf57ff text on a black background
contrast 6.46:1
Card sample
#cf57ff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf57ff;
Background color
Panel with #cf57ff background
background-color: #cf57ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf57ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf57ff; background: linear-gradient(135deg, #cf57ff, #FF57BF);