#cf8cfc
a light, electric violet · warm · closest name: violet
RGB
207, 140, 252
HSL
276°, 95%, 77%
CMYK
18, 44, 0, 1
Luminance
0.3905
Every format
| HEX | #cf8cfc |
| RGB | rgb(207, 140, 252) |
| HSL | hsl(276, 95%, 77%) |
| CMYK | cmyk(18%, 44%, 0%, 1%) |
| LAB | lab(68.8 45.2 -46.1) |
| LCH | lch(68.8 64.6 314.4) |
| OKLCH | oklch(0.749 0.169 310.5) |
Copy-ready code
/* CSS */
color: #cf8cfc;
background-color: #cf8cfc;
/* Tailwind (arbitrary) */
class="text-[#cf8cfc] bg-[#cf8cfc]"
/* SCSS */
$brand: #cf8cfc;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.988)
/* Android */
Color.parseColor("#cf8cfc")Accessibility — WCAG contrast
Aa
#cf8cfc on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8cfc on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta44.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cf8cfc text on a black background
contrast 8.81:1
Card sample
#cf8cfc text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8cfc;
Background color
Panel with #cf8cfc background
background-color: #cf8cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8cfc; background: linear-gradient(135deg, #cf8cfc, #FC8CDE);