#cdbfc0
a light, muted red · warm · closest name: silver
RGB
205, 191, 192
HSL
356°, 12%, 78%
CMYK
0, 7, 6, 20
Luminance
0.5405
Every format
| HEX | #cdbfc0 |
| RGB | rgb(205, 191, 192) |
| HSL | hsl(356, 12%, 78%) |
| CMYK | cmyk(0%, 7%, 6%, 20%) |
| LAB | lab(78.5 5.1 1.3) |
| LCH | lch(78.5 5.3 14.0) |
| OKLCH | oklch(0.817 0.016 12.5) |
Copy-ready code
/* CSS */
color: #cdbfc0;
background-color: #cdbfc0;
/* Tailwind (arbitrary) */
class="text-[#cdbfc0] bg-[#cdbfc0]"
/* SCSS */
$brand: #cdbfc0;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.753)
/* Android */
Color.parseColor("#cdbfc0")Accessibility — WCAG contrast
Aa
#cdbfc0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfc0 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow6.3%
Key (black)19.6%
Color previews
#cdbfc0 text on a black background
contrast 11.81:1
Card sample
#cdbfc0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfc0;
Background color
Panel with #cdbfc0 background
background-color: #cdbfc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfc0; background: linear-gradient(135deg, #cdbfc0, #CDC7BF);