#d5acef
a light, vivid violet · warm · closest name: plum
RGB
213, 172, 239
HSL
277°, 68%, 81%
CMYK
11, 28, 0, 6
Luminance
0.4988
Every format
| HEX | #d5acef |
| RGB | rgb(213, 172, 239) |
| HSL | hsl(277, 68%, 81%) |
| CMYK | cmyk(11%, 28%, 0%, 6%) |
| LAB | lab(76.0 27.0 -27.8) |
| LCH | lch(76.0 38.8 314.1) |
| OKLCH | oklch(0.804 0.102 311.9) |
Copy-ready code
/* CSS */
color: #d5acef;
background-color: #d5acef;
/* Tailwind (arbitrary) */
class="text-[#d5acef] bg-[#d5acef]"
/* SCSS */
$brand: #d5acef;
/* SwiftUI */
Color(red: 0.835, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#d5acef")Accessibility — WCAG contrast
Aa
#d5acef on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5acef on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan10.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#d5acef text on a black background
contrast 10.98:1
Card sample
#d5acef text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5acef;
Background color
Panel with #d5acef background
background-color: #d5acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5acef; background: linear-gradient(135deg, #d5acef, #EFACDC);