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