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