#cf7cfb
a light, electric violet · warm · closest name: violet
RGB
207, 124, 251
HSL
279°, 94%, 74%
CMYK
18, 51, 0, 2
Luminance
0.3465
Every format
| HEX | #cf7cfb |
| RGB | rgb(207, 124, 251) |
| HSL | hsl(279, 94%, 74%) |
| CMYK | cmyk(18%, 51%, 0%, 2%) |
| LAB | lab(65.5 53.4 -50.8) |
| LCH | lch(65.5 73.7 316.4) |
| OKLCH | oklch(0.725 0.193 312.7) |
Copy-ready code
/* CSS */
color: #cf7cfb;
background-color: #cf7cfb;
/* Tailwind (arbitrary) */
class="text-[#cf7cfb] bg-[#cf7cfb]"
/* SCSS */
$brand: #cf7cfb;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#cf7cfb")Accessibility — WCAG contrast
Aa
#cf7cfb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7cfb on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cf7cfb text on a black background
contrast 7.93:1
Card sample
#cf7cfb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7cfb;
Background color
Panel with #cf7cfb background
background-color: #cf7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7cfb; background: linear-gradient(135deg, #cf7cfb, #FB7CD2);