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