#cdbaf7
a light, electric violet · warm · closest name: plum
RGB
205, 186, 247
HSL
259°, 79%, 85%
CMYK
17, 25, 0, 3
Luminance
0.5481
Every format
| HEX | #cdbaf7 |
| RGB | rgb(205, 186, 247) |
| HSL | hsl(259, 79%, 85%) |
| CMYK | cmyk(17%, 25%, 0%, 3%) |
| LAB | lab(78.9 18.6 -27.7) |
| LCH | lch(78.9 33.4 303.8) |
| OKLCH | oklch(0.826 0.087 298.8) |
Copy-ready code
/* CSS */
color: #cdbaf7;
background-color: #cdbaf7;
/* Tailwind (arbitrary) */
class="text-[#cdbaf7] bg-[#cdbaf7]"
/* SCSS */
$brand: #cdbaf7;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#cdbaf7")Accessibility — WCAG contrast
Aa
#cdbaf7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbaf7 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue96.9%
CMYK percentages
Cyan17.0%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cdbaf7 text on a black background
contrast 11.96:1
Card sample
#cdbaf7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbaf7;
Background color
Panel with #cdbaf7 background
background-color: #cdbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbaf7; background: linear-gradient(135deg, #cdbaf7, #F6BAF7);