#cdbfd6
a light, soft violet · warm · closest name: silver
RGB
205, 191, 214
HSL
277°, 22%, 79%
CMYK
4, 11, 0, 16
Luminance
0.5510
Every format
| HEX | #cdbfd6 |
| RGB | rgb(205, 191, 214) |
| HSL | hsl(277, 22%, 79%) |
| CMYK | cmyk(4%, 11%, 0%, 16%) |
| LAB | lab(79.1 9.1 -9.7) |
| LCH | lch(79.1 13.3 313.2) |
| OKLCH | oklch(0.823 0.035 312.4) |
Copy-ready code
/* CSS */
color: #cdbfd6;
background-color: #cdbfd6;
/* Tailwind (arbitrary) */
class="text-[#cdbfd6] bg-[#cdbfd6]"
/* SCSS */
$brand: #cdbfd6;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#cdbfd6")Accessibility — WCAG contrast
Aa
#cdbfd6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfd6 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue83.9%
CMYK percentages
Cyan4.2%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#cdbfd6 text on a black background
contrast 12.02:1
Card sample
#cdbfd6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfd6;
Background color
Panel with #cdbfd6 background
background-color: #cdbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfd6; background: linear-gradient(135deg, #cdbfd6, #D6BFD0);