#cf71f9
a light, electric violet · warm · closest name: violet
RGB
207, 113, 249
HSL
282°, 92%, 71%
CMYK
17, 55, 0, 2
Luminance
0.3192
Every format
| HEX | #cf71f9 |
| RGB | rgb(207, 113, 249) |
| HSL | hsl(282, 92%, 71%) |
| CMYK | cmyk(17%, 55%, 0%, 2%) |
| LAB | lab(63.3 58.5 -53.2) |
| LCH | lch(63.3 79.1 317.7) |
| OKLCH | oklch(0.708 0.208 314.3) |
Copy-ready code
/* CSS */
color: #cf71f9;
background-color: #cf71f9;
/* Tailwind (arbitrary) */
class="text-[#cf71f9] bg-[#cf71f9]"
/* SCSS */
$brand: #cf71f9;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.976)
/* Android */
Color.parseColor("#cf71f9")Accessibility — WCAG contrast
Aa
#cf71f9 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf71f9 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta54.6%
Yellow0.0%
Key (black)2.4%
Color previews
#cf71f9 text on a black background
contrast 7.38:1
Card sample
#cf71f9 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71f9;
Background color
Panel with #cf71f9 background
background-color: #cf71f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71f9; background: linear-gradient(135deg, #cf71f9, #F971C8);