#cdb0f8
a light, electric violet · warm · closest name: plum
RGB
205, 176, 248
HSL
264°, 84%, 83%
CMYK
17, 29, 0, 3
Luminance
0.5081
Every format
| HEX | #cdb0f8 |
| RGB | rgb(205, 176, 248) |
| HSL | hsl(264, 84%, 83%) |
| CMYK | cmyk(17%, 29%, 0%, 3%) |
| LAB | lab(76.6 24.3 -31.9) |
| LCH | lch(76.6 40.1 307.3) |
| OKLCH | oklch(0.807 0.104 302.6) |
Copy-ready code
/* CSS */
color: #cdb0f8;
background-color: #cdb0f8;
/* Tailwind (arbitrary) */
class="text-[#cdb0f8] bg-[#cdb0f8]"
/* SCSS */
$brand: #cdb0f8;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.973)
/* Android */
Color.parseColor("#cdb0f8")Accessibility — WCAG contrast
Aa
#cdb0f8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb0f8 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta29.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cdb0f8 text on a black background
contrast 11.16:1
Card sample
#cdb0f8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb0f8;
Background color
Panel with #cdb0f8 background
background-color: #cdb0f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb0f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb0f8; background: linear-gradient(135deg, #cdb0f8, #F8B0F3);