#cf71fd
a light, electric violet · warm · closest name: violet
RGB
207, 113, 253
HSL
280°, 97%, 72%
CMYK
18, 55, 0, 1
Luminance
0.3217
Every format
| HEX | #cf71fd |
| RGB | rgb(207, 113, 253) |
| HSL | hsl(280, 97%, 72%) |
| CMYK | cmyk(18%, 55%, 0%, 1%) |
| LAB | lab(63.5 59.3 -55.1) |
| LCH | lch(63.5 81.0 317.1) |
| OKLCH | oklch(0.710 0.212 313.3) |
Copy-ready code
/* CSS */
color: #cf71fd;
background-color: #cf71fd;
/* Tailwind (arbitrary) */
class="text-[#cf71fd] bg-[#cf71fd]"
/* SCSS */
$brand: #cf71fd;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#cf71fd")Accessibility — WCAG contrast
Aa
#cf71fd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf71fd on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cf71fd text on a black background
contrast 7.43:1
Card sample
#cf71fd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71fd;
Background color
Panel with #cf71fd background
background-color: #cf71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71fd; background: linear-gradient(135deg, #cf71fd, #FD71CE);