#cdb8fe
a pale, electric violet · warm · closest name: plum
RGB
205, 184, 254
HSL
258°, 97%, 86%
CMYK
19, 28, 0, 0
Luminance
0.5442
Every format
| HEX | #cdb8fe |
| RGB | rgb(205, 184, 254) |
| HSL | hsl(258, 97%, 86%) |
| CMYK | cmyk(19%, 28%, 0%, 0%) |
| LAB | lab(78.7 21.2 -31.8) |
| LCH | lch(78.7 38.2 303.7) |
| OKLCH | oklch(0.825 0.099 298.0) |
Copy-ready code
/* CSS */
color: #cdb8fe;
background-color: #cdb8fe;
/* Tailwind (arbitrary) */
class="text-[#cdb8fe] bg-[#cdb8fe]"
/* SCSS */
$brand: #cdb8fe;
/* SwiftUI */
Color(red: 0.804, green: 0.722, blue: 0.996)
/* Android */
Color.parseColor("#cdb8fe")Accessibility — WCAG contrast
Aa
#cdb8fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb8fe on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.2%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta27.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cdb8fe text on a black background
contrast 11.88:1
Card sample
#cdb8fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb8fe;
Background color
Panel with #cdb8fe background
background-color: #cdb8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 184, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 184, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb8fe; background: linear-gradient(135deg, #cdb8fe, #FCB8FE);