#cfaafd
a light, electric violet · warm · closest name: plum
RGB
207, 170, 253
HSL
267°, 95%, 83%
CMYK
18, 33, 0, 1
Luminance
0.4911
Every format
| HEX | #cfaafd |
| RGB | rgb(207, 170, 253) |
| HSL | hsl(267, 95%, 83%) |
| CMYK | cmyk(18%, 33%, 0%, 1%) |
| LAB | lab(75.5 29.2 -36.2) |
| LCH | lch(75.5 46.5 308.9) |
| OKLCH | oklch(0.800 0.121 304.3) |
Copy-ready code
/* CSS */
color: #cfaafd;
background-color: #cfaafd;
/* Tailwind (arbitrary) */
class="text-[#cfaafd] bg-[#cfaafd]"
/* SCSS */
$brand: #cfaafd;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#cfaafd")Accessibility — WCAG contrast
Aa
#cfaafd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaafd on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cfaafd text on a black background
contrast 10.82:1
Card sample
#cfaafd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaafd;
Background color
Panel with #cfaafd background
background-color: #cfaafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaafd; background: linear-gradient(135deg, #cfaafd, #FDAAF4);