#cf8ade
a light, vivid violet · warm · closest name: plum
RGB
207, 138, 222
HSL
289°, 56%, 71%
CMYK
7, 38, 0, 13
Luminance
0.3672
Every format
| HEX | #cf8ade |
| RGB | rgb(207, 138, 222) |
| HSL | hsl(289, 56%, 71%) |
| CMYK | cmyk(7%, 38%, 0%, 13%) |
| LAB | lab(67.1 40.1 -32.4) |
| LCH | lch(67.1 51.5 321.1) |
| OKLCH | oklch(0.732 0.139 320.3) |
Copy-ready code
/* CSS */
color: #cf8ade;
background-color: #cf8ade;
/* Tailwind (arbitrary) */
class="text-[#cf8ade] bg-[#cf8ade]"
/* SCSS */
$brand: #cf8ade;
/* SwiftUI */
Color(red: 0.812, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#cf8ade")Accessibility — WCAG contrast
Aa
#cf8ade on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ade on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.1%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#cf8ade text on a black background
contrast 8.34:1
Card sample
#cf8ade text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ade;
Background color
Panel with #cf8ade background
background-color: #cf8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ade; background: linear-gradient(135deg, #cf8ade, #DE8AB5);