#cdafe3
a light, vivid violet · warm · closest name: plum
RGB
205, 175, 227
HSL
275°, 48%, 79%
CMYK
10, 23, 0, 11
Luminance
0.4919
Every format
| HEX | #cdafe3 |
| RGB | rgb(205, 175, 227) |
| HSL | hsl(275, 48%, 79%) |
| CMYK | cmyk(10%, 23%, 0%, 11%) |
| LAB | lab(75.6 20.4 -22.1) |
| LCH | lch(75.6 30.0 312.7) |
| OKLCH | oklch(0.797 0.079 310.7) |
Copy-ready code
/* CSS */
color: #cdafe3;
background-color: #cdafe3;
/* Tailwind (arbitrary) */
class="text-[#cdafe3] bg-[#cdafe3]"
/* SCSS */
$brand: #cdafe3;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.890)
/* Android */
Color.parseColor("#cdafe3")Accessibility — WCAG contrast
Aa
#cdafe3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafe3 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue89.0%
CMYK percentages
Cyan9.7%
Magenta22.9%
Yellow0.0%
Key (black)11.0%
Color previews
#cdafe3 text on a black background
contrast 10.84:1
Card sample
#cdafe3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafe3;
Background color
Panel with #cdafe3 background
background-color: #cdafe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafe3; background: linear-gradient(135deg, #cdafe3, #E3AFD6);