#cdbafa
a pale, electric violet · warm · closest name: plum
RGB
205, 186, 250
HSL
258°, 87%, 86%
CMYK
18, 26, 0, 2
Luminance
0.5500
Every format
| HEX | #cdbafa |
| RGB | rgb(205, 186, 250) |
| HSL | hsl(258, 87%, 86%) |
| CMYK | cmyk(18%, 26%, 0%, 2%) |
| LAB | lab(79.0 19.2 -29.2) |
| LCH | lch(79.0 34.9 303.4) |
| OKLCH | oklch(0.827 0.091 298.0) |
Copy-ready code
/* CSS */
color: #cdbafa;
background-color: #cdbafa;
/* Tailwind (arbitrary) */
class="text-[#cdbafa] bg-[#cdbafa]"
/* SCSS */
$brand: #cdbafa;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.980)
/* Android */
Color.parseColor("#cdbafa")Accessibility — WCAG contrast
Aa
#cdbafa on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbafa on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue98.0%
CMYK percentages
Cyan18.0%
Magenta25.6%
Yellow0.0%
Key (black)2.0%
Color previews
#cdbafa text on a black background
contrast 12.00:1
Card sample
#cdbafa text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbafa;
Background color
Panel with #cdbafa background
background-color: #cdbafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbafa; background: linear-gradient(135deg, #cdbafa, #F8BAFA);