#cfaafe
a light, electric violet · warm · closest name: plum
RGB
207, 170, 254
HSL
266°, 98%, 83%
CMYK
19, 33, 0, 0
Luminance
0.4917
Every format
| HEX | #cfaafe |
| RGB | rgb(207, 170, 254) |
| HSL | hsl(266, 98%, 83%) |
| CMYK | cmyk(19%, 33%, 0%, 0%) |
| LAB | lab(75.6 29.4 -36.7) |
| LCH | lch(75.6 47.0 308.8) |
| OKLCH | oklch(0.801 0.122 304.0) |
Copy-ready code
/* CSS */
color: #cfaafe;
background-color: #cfaafe;
/* Tailwind (arbitrary) */
class="text-[#cfaafe] bg-[#cfaafe]"
/* SCSS */
$brand: #cfaafe;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.996)
/* Android */
Color.parseColor("#cfaafe")Accessibility — WCAG contrast
Aa
#cfaafe on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaafe on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta33.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cfaafe text on a black background
contrast 10.83:1
Card sample
#cfaafe text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaafe;
Background color
Panel with #cfaafe background
background-color: #cfaafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaafe; background: linear-gradient(135deg, #cfaafe, #FEAAF5);