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