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