#cdbaf0
a light, vivid violet · warm · closest name: plum
RGB
205, 186, 240
HSL
261°, 64%, 84%
CMYK
15, 23, 0, 6
Luminance
0.5439
Every format
| HEX | #cdbaf0 |
| RGB | rgb(205, 186, 240) |
| HSL | hsl(261, 64%, 84%) |
| CMYK | cmyk(15%, 23%, 0%, 6%) |
| LAB | lab(78.7 17.1 -24.3) |
| LCH | lch(78.7 29.7 305.1) |
| OKLCH | oklch(0.823 0.077 300.8) |
Copy-ready code
/* CSS */
color: #cdbaf0;
background-color: #cdbaf0;
/* Tailwind (arbitrary) */
class="text-[#cdbaf0] bg-[#cdbaf0]"
/* SCSS */
$brand: #cdbaf0;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.941)
/* Android */
Color.parseColor("#cdbaf0")Accessibility — WCAG contrast
Aa
#cdbaf0 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbaf0 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta22.5%
Yellow0.0%
Key (black)5.9%
Color previews
#cdbaf0 text on a black background
contrast 11.88:1
Card sample
#cdbaf0 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbaf0;
Background color
Panel with #cdbaf0 background
background-color: #cdbaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbaf0; background: linear-gradient(135deg, #cdbaf0, #F0BAEF);