#cda4db
a light, soft violet · warm · closest name: plum
RGB
205, 164, 219
HSL
285°, 43%, 75%
CMYK
6, 25, 0, 14
Luminance
0.4464
Every format
| HEX | #cda4db |
| RGB | rgb(205, 164, 219) |
| HSL | hsl(285, 43%, 75%) |
| CMYK | cmyk(6%, 25%, 0%, 14%) |
| LAB | lab(72.7 24.8 -22.1) |
| LCH | lch(72.7 33.2 318.2) |
| OKLCH | oklch(0.774 0.089 317.4) |
Copy-ready code
/* CSS */
color: #cda4db;
background-color: #cda4db;
/* Tailwind (arbitrary) */
class="text-[#cda4db] bg-[#cda4db]"
/* SCSS */
$brand: #cda4db;
/* SwiftUI */
Color(red: 0.804, green: 0.643, blue: 0.859)
/* Android */
Color.parseColor("#cda4db")Accessibility — WCAG contrast
Aa
#cda4db on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda4db on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green64.3%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta25.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cda4db text on a black background
contrast 9.93:1
Card sample
#cda4db text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda4db;
Background color
Panel with #cda4db background
background-color: #cda4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 164, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 164, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda4db; background: linear-gradient(135deg, #cda4db, #DBA4C4);