#cdbafc
a pale, electric violet · warm · closest name: plum
RGB
205, 186, 252
HSL
257°, 92%, 86%
CMYK
19, 26, 0, 1
Luminance
0.5513
Every format
| HEX | #cdbafc |
| RGB | rgb(205, 186, 252) |
| HSL | hsl(257, 92%, 86%) |
| CMYK | cmyk(19%, 26%, 0%, 1%) |
| LAB | lab(79.1 19.7 -30.1) |
| LCH | lch(79.1 36.0 303.1) |
| OKLCH | oklch(0.828 0.093 297.5) |
Copy-ready code
/* CSS */
color: #cdbafc;
background-color: #cdbafc;
/* Tailwind (arbitrary) */
class="text-[#cdbafc] bg-[#cdbafc]"
/* SCSS */
$brand: #cdbafc;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#cdbafc")Accessibility — WCAG contrast
Aa
#cdbafc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbafc on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cdbafc text on a black background
contrast 12.03:1
Card sample
#cdbafc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbafc;
Background color
Panel with #cdbafc background
background-color: #cdbafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbafc; background: linear-gradient(135deg, #cdbafc, #F9BAFC);