#daacfd
a light, electric violet · warm · closest name: plum
RGB
218, 172, 253
HSL
274°, 95%, 83%
CMYK
14, 32, 0, 1
Luminance
0.5150
Every format
| HEX | #daacfd |
| RGB | rgb(218, 172, 253) |
| HSL | hsl(274, 95%, 83%) |
| CMYK | cmyk(14%, 32%, 0%, 1%) |
| LAB | lab(77.0 31.4 -33.8) |
| LCH | lch(77.0 46.2 312.9) |
| OKLCH | oklch(0.814 0.121 309.8) |
Copy-ready code
/* CSS */
color: #daacfd;
background-color: #daacfd;
/* Tailwind (arbitrary) */
class="text-[#daacfd] bg-[#daacfd]"
/* SCSS */
$brand: #daacfd;
/* SwiftUI */
Color(red: 0.855, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#daacfd")Accessibility — WCAG contrast
Aa
#daacfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daacfd on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green67.5%
Blue99.2%
CMYK percentages
Cyan13.8%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#daacfd text on a black background
contrast 11.30:1
Card sample
#daacfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daacfd;
Background color
Panel with #daacfd background
background-color: #daacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daacfd; background: linear-gradient(135deg, #daacfd, #FDACEA);