#cf75fc
a light, electric violet · warm · closest name: violet
RGB
207, 117, 252
HSL
280°, 96%, 72%
CMYK
18, 54, 0, 1
Luminance
0.3302
Every format
| HEX | #cf75fc |
| RGB | rgb(207, 117, 252) |
| HSL | hsl(280, 96%, 72%) |
| CMYK | cmyk(18%, 54%, 0%, 1%) |
| LAB | lab(64.2 57.1 -53.4) |
| LCH | lch(64.2 78.2 316.9) |
| OKLCH | oklch(0.715 0.205 313.1) |
Copy-ready code
/* CSS */
color: #cf75fc;
background-color: #cf75fc;
/* Tailwind (arbitrary) */
class="text-[#cf75fc] bg-[#cf75fc]"
/* SCSS */
$brand: #cf75fc;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.988)
/* Android */
Color.parseColor("#cf75fc")Accessibility — WCAG contrast
Aa
#cf75fc on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf75fc on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green45.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta53.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cf75fc text on a black background
contrast 7.60:1
Card sample
#cf75fc text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf75fc;
Background color
Panel with #cf75fc background
background-color: #cf75fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf75fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 117, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf75fc; background: linear-gradient(135deg, #cf75fc, #FC75CF);