#cf75f1
a light, electric violet · warm · closest name: violet
RGB
207, 117, 241
HSL
284°, 82%, 70%
CMYK
14, 52, 0, 6
Luminance
0.3234
Every format
| HEX | #cf75f1 |
| RGB | rgb(207, 117, 241) |
| HSL | hsl(284, 82%, 70%) |
| CMYK | cmyk(14%, 52%, 0%, 6%) |
| LAB | lab(63.6 54.9 -48.3) |
| LCH | lch(63.6 73.1 318.7) |
| OKLCH | oklch(0.709 0.193 316.0) |
Copy-ready code
/* CSS */
color: #cf75f1;
background-color: #cf75f1;
/* Tailwind (arbitrary) */
class="text-[#cf75f1] bg-[#cf75f1]"
/* SCSS */
$brand: #cf75f1;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.945)
/* Android */
Color.parseColor("#cf75f1")Accessibility — WCAG contrast
Aa
#cf75f1 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf75f1 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta51.5%
Yellow0.0%
Key (black)5.5%
Color previews
#cf75f1 text on a black background
contrast 7.47:1
Card sample
#cf75f1 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf75f1;
Background color
Panel with #cf75f1 background
background-color: #cf75f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf75f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf75f1; background: linear-gradient(135deg, #cf75f1, #F175C0);