#cf8ffc
a light, electric violet · warm · closest name: violet
RGB
207, 143, 252
HSL
275°, 95%, 78%
CMYK
18, 43, 0, 1
Luminance
0.3994
Every format
| HEX | #cf8ffc |
| RGB | rgb(207, 143, 252) |
| HSL | hsl(275, 95%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.4 43.6 -45.1) |
| LCH | lch(69.4 62.8 314.0) |
| OKLCH | oklch(0.754 0.164 310.0) |
Copy-ready code
/* CSS */
color: #cf8ffc;
background-color: #cf8ffc;
/* Tailwind (arbitrary) */
class="text-[#cf8ffc] bg-[#cf8ffc]"
/* SCSS */
$brand: #cf8ffc;
/* SwiftUI */
Color(red: 0.812, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#cf8ffc")Accessibility — WCAG contrast
Aa
#cf8ffc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ffc on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cf8ffc text on a black background
contrast 8.99:1
Card sample
#cf8ffc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ffc;
Background color
Panel with #cf8ffc background
background-color: #cf8ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ffc; background: linear-gradient(135deg, #cf8ffc, #FC8FE0);