#cdb2fa
a light, electric violet · warm · closest name: plum
RGB
205, 178, 250
HSL
263°, 88%, 84%
CMYK
18, 29, 0, 2
Luminance
0.5172
Every format
| HEX | #cdb2fa |
| RGB | rgb(205, 178, 250) |
| HSL | hsl(263, 88%, 84%) |
| CMYK | cmyk(18%, 29%, 0%, 2%) |
| LAB | lab(77.1 23.6 -32.1) |
| LCH | lch(77.1 39.9 306.3) |
| OKLCH | oklch(0.812 0.103 301.3) |
Copy-ready code
/* CSS */
color: #cdb2fa;
background-color: #cdb2fa;
/* Tailwind (arbitrary) */
class="text-[#cdb2fa] bg-[#cdb2fa]"
/* SCSS */
$brand: #cdb2fa;
/* SwiftUI */
Color(red: 0.804, green: 0.698, blue: 0.980)
/* Android */
Color.parseColor("#cdb2fa")Accessibility — WCAG contrast
Aa
#cdb2fa on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb2fa on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.8%
Blue98.0%
CMYK percentages
Cyan18.0%
Magenta28.8%
Yellow0.0%
Key (black)2.0%
Color previews
#cdb2fa text on a black background
contrast 11.34:1
Card sample
#cdb2fa text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb2fa;
Background color
Panel with #cdb2fa background
background-color: #cdb2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 178, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 178, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb2fa; background: linear-gradient(135deg, #cdb2fa, #FAB2F7);