#caacfd
a light, electric violet · warm · closest name: plum
RGB
202, 172, 253
HSL
262°, 95%, 83%
CMYK
20, 32, 0, 1
Luminance
0.4915
Every format
| HEX | #caacfd |
| RGB | rgb(202, 172, 253) |
| HSL | hsl(262, 95%, 83%) |
| CMYK | cmyk(20%, 32%, 0%, 1%) |
| LAB | lab(75.5 26.6 -36.2) |
| LCH | lch(75.5 44.9 306.4) |
| OKLCH | oklch(0.800 0.116 300.8) |
Copy-ready code
/* CSS */
color: #caacfd;
background-color: #caacfd;
/* Tailwind (arbitrary) */
class="text-[#caacfd] bg-[#caacfd]"
/* SCSS */
$brand: #caacfd;
/* SwiftUI */
Color(red: 0.792, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#caacfd")Accessibility — WCAG contrast
Aa
#caacfd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caacfd on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.5%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#caacfd text on a black background
contrast 10.83:1
Card sample
#caacfd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caacfd;
Background color
Panel with #caacfd background
background-color: #caacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caacfd; background: linear-gradient(135deg, #caacfd, #FDACFA);