#cdc2b2
a light, soft orange · warm · closest name: silver
RGB
205, 194, 178
HSL
36°, 21%, 75%
CMYK
0, 5, 13, 20
Luminance
0.5478
Every format
| HEX | #cdc2b2 |
| RGB | rgb(205, 194, 178) |
| HSL | hsl(36, 21%, 75%) |
| CMYK | cmyk(0%, 5%, 13%, 20%) |
| LAB | lab(78.9 1.1 9.4) |
| LCH | lch(78.9 9.5 83.0) |
| OKLCH | oklch(0.819 0.025 77.4) |
Copy-ready code
/* CSS */
color: #cdc2b2;
background-color: #cdc2b2;
/* Tailwind (arbitrary) */
class="text-[#cdc2b2] bg-[#cdc2b2]"
/* SCSS */
$brand: #cdc2b2;
/* SwiftUI */
Color(red: 0.804, green: 0.761, blue: 0.698)
/* Android */
Color.parseColor("#cdc2b2")Accessibility — WCAG contrast
Aa
#cdc2b2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc2b2 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow13.2%
Key (black)19.6%
Color previews
#cdc2b2 text on a black background
contrast 11.96:1
Card sample
#cdc2b2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc2b2;
Background color
Panel with #cdc2b2 background
background-color: #cdc2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 194, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 194, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc2b2; background: linear-gradient(135deg, #cdc2b2, #C6CDB2);