#cf9ae2
a light, vivid violet · warm · closest name: plum
RGB
207, 154, 226
HSL
284°, 55%, 75%
CMYK
8, 32, 0, 11
Luminance
0.4187
Every format
| HEX | #cf9ae2 |
| RGB | rgb(207, 154, 226) |
| HSL | hsl(284, 55%, 75%) |
| CMYK | cmyk(8%, 32%, 0%, 11%) |
| LAB | lab(70.8 32.3 -28.8) |
| LCH | lch(70.8 43.3 318.2) |
| OKLCH | oklch(0.761 0.115 316.9) |
Copy-ready code
/* CSS */
color: #cf9ae2;
background-color: #cf9ae2;
/* Tailwind (arbitrary) */
class="text-[#cf9ae2] bg-[#cf9ae2]"
/* SCSS */
$brand: #cf9ae2;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.886)
/* Android */
Color.parseColor("#cf9ae2")Accessibility — WCAG contrast
Aa
#cf9ae2 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ae2 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta31.9%
Yellow0.0%
Key (black)11.4%
Color previews
#cf9ae2 text on a black background
contrast 9.37:1
Card sample
#cf9ae2 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ae2;
Background color
Panel with #cf9ae2 background
background-color: #cf9ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ae2; background: linear-gradient(135deg, #cf9ae2, #E29AC5);