#cdacef
a light, vivid violet · warm · closest name: plum
RGB
205, 172, 239
HSL
270°, 68%, 81%
CMYK
14, 28, 0, 6
Luminance
0.4872
Every format
| HEX | #cdacef |
| RGB | rgb(205, 172, 239) |
| HSL | hsl(270, 68%, 81%) |
| CMYK | cmyk(14%, 28%, 0%, 6%) |
| LAB | lab(75.3 24.5 -29.0) |
| LCH | lch(75.3 38.0 310.2) |
| OKLCH | oklch(0.796 0.099 306.7) |
Copy-ready code
/* CSS */
color: #cdacef;
background-color: #cdacef;
/* Tailwind (arbitrary) */
class="text-[#cdacef] bg-[#cdacef]"
/* SCSS */
$brand: #cdacef;
/* SwiftUI */
Color(red: 0.804, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#cdacef")Accessibility — WCAG contrast
Aa
#cdacef on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdacef on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.5%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#cdacef text on a black background
contrast 10.74:1
Card sample
#cdacef text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdacef;
Background color
Panel with #cdacef background
background-color: #cdacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdacef; background: linear-gradient(135deg, #cdacef, #EFACE4);