#cdb0fe
a light, electric violet · warm · closest name: plum
RGB
205, 176, 254
HSL
262°, 98%, 84%
CMYK
19, 31, 0, 0
Luminance
0.5119
Every format
| HEX | #cdb0fe |
| RGB | rgb(205, 176, 254) |
| HSL | hsl(262, 98%, 84%) |
| CMYK | cmyk(19%, 31%, 0%, 0%) |
| LAB | lab(76.8 25.6 -34.8) |
| LCH | lch(76.8 43.1 306.3) |
| OKLCH | oklch(0.810 0.112 301.0) |
Copy-ready code
/* CSS */
color: #cdb0fe;
background-color: #cdb0fe;
/* Tailwind (arbitrary) */
class="text-[#cdb0fe] bg-[#cdb0fe]"
/* SCSS */
$brand: #cdb0fe;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#cdb0fe")Accessibility — WCAG contrast
Aa
#cdb0fe on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb0fe on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cdb0fe text on a black background
contrast 11.24:1
Card sample
#cdb0fe text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb0fe;
Background color
Panel with #cdb0fe background
background-color: #cdb0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb0fe; background: linear-gradient(135deg, #cdb0fe, #FEB0FB);