#cdbcfb
a pale, electric violet · warm · closest name: plum
RGB
205, 188, 251
HSL
256°, 89%, 86%
CMYK
18, 25, 0, 2
Luminance
0.5591
Every format
| HEX | #cdbcfb |
| RGB | rgb(205, 188, 251) |
| HSL | hsl(256, 89%, 86%) |
| CMYK | cmyk(18%, 25%, 0%, 2%) |
| LAB | lab(79.6 18.4 -28.9) |
| LCH | lch(79.6 34.2 302.4) |
| OKLCH | oklch(0.831 0.089 296.8) |
Copy-ready code
/* CSS */
color: #cdbcfb;
background-color: #cdbcfb;
/* Tailwind (arbitrary) */
class="text-[#cdbcfb] bg-[#cdbcfb]"
/* SCSS */
$brand: #cdbcfb;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.984)
/* Android */
Color.parseColor("#cdbcfb")Accessibility — WCAG contrast
Aa
#cdbcfb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcfb on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta25.1%
Yellow0.0%
Key (black)1.6%
Color previews
#cdbcfb text on a black background
contrast 12.18:1
Card sample
#cdbcfb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcfb;
Background color
Panel with #cdbcfb background
background-color: #cdbcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcfb; background: linear-gradient(135deg, #cdbcfb, #F7BCFB);