#cdb4f4
a light, vivid violet · warm · closest name: plum
RGB
205, 180, 244
HSL
263°, 74%, 83%
CMYK
16, 26, 0, 4
Luminance
0.5215
Every format
| HEX | #cdb4f4 |
| RGB | rgb(205, 180, 244) |
| HSL | hsl(263, 74%, 83%) |
| CMYK | cmyk(16%, 26%, 0%, 4%) |
| LAB | lab(77.4 21.2 -28.5) |
| LCH | lch(77.4 35.5 306.7) |
| OKLCH | oklch(0.813 0.092 302.3) |
Copy-ready code
/* CSS */
color: #cdb4f4;
background-color: #cdb4f4;
/* Tailwind (arbitrary) */
class="text-[#cdb4f4] bg-[#cdb4f4]"
/* SCSS */
$brand: #cdb4f4;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.957)
/* Android */
Color.parseColor("#cdb4f4")Accessibility — WCAG contrast
Aa
#cdb4f4 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb4f4 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta26.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cdb4f4 text on a black background
contrast 11.43:1
Card sample
#cdb4f4 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb4f4;
Background color
Panel with #cdb4f4 background
background-color: #cdb4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb4f4; background: linear-gradient(135deg, #cdb4f4, #F4B4F0);