#cdbfd5
a light, soft violet · warm · closest name: silver
RGB
205, 191, 213
HSL
278°, 21%, 79%
CMYK
4, 10, 0, 17
Luminance
0.5504
Every format
| HEX | #cdbfd5 |
| RGB | rgb(205, 191, 213) |
| HSL | hsl(278, 21%, 79%) |
| CMYK | cmyk(4%, 10%, 0%, 17%) |
| LAB | lab(79.1 8.9 -9.2) |
| LCH | lch(79.1 12.8 314.1) |
| OKLCH | oklch(0.823 0.034 313.5) |
Copy-ready code
/* CSS */
color: #cdbfd5;
background-color: #cdbfd5;
/* Tailwind (arbitrary) */
class="text-[#cdbfd5] bg-[#cdbfd5]"
/* SCSS */
$brand: #cdbfd5;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#cdbfd5")Accessibility — WCAG contrast
Aa
#cdbfd5 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfd5 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue83.5%
CMYK percentages
Cyan3.8%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#cdbfd5 text on a black background
contrast 12.01:1
Card sample
#cdbfd5 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfd5;
Background color
Panel with #cdbfd5 background
background-color: #cdbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfd5; background: linear-gradient(135deg, #cdbfd5, #D5BFCE);