#cdb0ff
a light, electric violet · warm · closest name: plum
RGB
205, 176, 255
HSL
262°, 100%, 85%
CMYK
20, 31, 0, 0
Luminance
0.5125
Every format
| HEX | #cdb0ff |
| RGB | rgb(205, 176, 255) |
| HSL | hsl(262, 100%, 85%) |
| CMYK | cmyk(20%, 31%, 0%, 0%) |
| LAB | lab(76.8 25.8 -35.3) |
| LCH | lch(76.8 43.7 306.2) |
| OKLCH | oklch(0.810 0.113 300.8) |
Copy-ready code
/* CSS */
color: #cdb0ff;
background-color: #cdb0ff;
/* Tailwind (arbitrary) */
class="text-[#cdb0ff] bg-[#cdb0ff]"
/* SCSS */
$brand: #cdb0ff;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#cdb0ff")Accessibility — WCAG contrast
Aa
#cdb0ff on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb0ff on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cdb0ff text on a black background
contrast 11.25:1
Card sample
#cdb0ff text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb0ff;
Background color
Panel with #cdb0ff background
background-color: #cdb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb0ff; background: linear-gradient(135deg, #cdb0ff, #FFB0FC);