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