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