#cf7fea
a light, vivid violet · warm · closest name: violet
RGB
207, 127, 234
HSL
285°, 72%, 71%
CMYK
12, 46, 0, 8
Luminance
0.3438
Every format
| HEX | #cf7fea |
| RGB | rgb(207, 127, 234) |
| HSL | hsl(285, 72%, 71%) |
| CMYK | cmyk(12%, 46%, 0%, 8%) |
| LAB | lab(65.3 48.4 -41.8) |
| LCH | lch(65.3 63.9 319.2) |
| OKLCH | oklch(0.721 0.170 317.1) |
Copy-ready code
/* CSS */
color: #cf7fea;
background-color: #cf7fea;
/* Tailwind (arbitrary) */
class="text-[#cf7fea] bg-[#cf7fea]"
/* SCSS */
$brand: #cf7fea;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.918)
/* Android */
Color.parseColor("#cf7fea")Accessibility — WCAG contrast
Aa
#cf7fea on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fea on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta45.7%
Yellow0.0%
Key (black)8.2%
Color previews
#cf7fea text on a black background
contrast 7.88:1
Card sample
#cf7fea text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fea;
Background color
Panel with #cf7fea background
background-color: #cf7fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fea; background: linear-gradient(135deg, #cf7fea, #EA7FBE);