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