#cdb5fe
a pale, electric violet · warm · closest name: plum
RGB
205, 181, 254
HSL
260°, 97%, 85%
CMYK
19, 29, 0, 0
Luminance
0.5318
Every format
| HEX | #cdb5fe |
| RGB | rgb(205, 181, 254) |
| HSL | hsl(260, 97%, 85%) |
| CMYK | cmyk(19%, 29%, 0%, 0%) |
| LAB | lab(78.0 22.8 -32.9) |
| LCH | lch(78.0 40.1 304.7) |
| OKLCH | oklch(0.819 0.104 299.2) |
Copy-ready code
/* CSS */
color: #cdb5fe;
background-color: #cdb5fe;
/* Tailwind (arbitrary) */
class="text-[#cdb5fe] bg-[#cdb5fe]"
/* SCSS */
$brand: #cdb5fe;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 0.996)
/* Android */
Color.parseColor("#cdb5fe")Accessibility — WCAG contrast
Aa
#cdb5fe on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb5fe on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta28.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cdb5fe text on a black background
contrast 11.64:1
Card sample
#cdb5fe text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb5fe;
Background color
Panel with #cdb5fe background
background-color: #cdb5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 181, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb5fe; background: linear-gradient(135deg, #cdb5fe, #FEB5FE);