#cf7ffc
a light, electric violet · warm · closest name: violet
RGB
207, 127, 252
HSL
278°, 95%, 74%
CMYK
18, 50, 0, 1
Luminance
0.3547
Every format
| HEX | #cf7ffc |
| RGB | rgb(207, 127, 252) |
| HSL | hsl(278, 95%, 74%) |
| CMYK | cmyk(18%, 50%, 0%, 1%) |
| LAB | lab(66.1 52.1 -50.4) |
| LCH | lch(66.1 72.4 316.0) |
| OKLCH | oklch(0.730 0.189 312.1) |
Copy-ready code
/* CSS */
color: #cf7ffc;
background-color: #cf7ffc;
/* Tailwind (arbitrary) */
class="text-[#cf7ffc] bg-[#cf7ffc]"
/* SCSS */
$brand: #cf7ffc;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#cf7ffc")Accessibility — WCAG contrast
Aa
#cf7ffc on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ffc on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cf7ffc text on a black background
contrast 8.09:1
Card sample
#cf7ffc text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ffc;
Background color
Panel with #cf7ffc background
background-color: #cf7ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ffc; background: linear-gradient(135deg, #cf7ffc, #FC7FD6);