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