#cdbfba
a light, soft orange · warm · closest name: silver
RGB
205, 191, 186
HSL
16°, 16%, 77%
CMYK
0, 7, 9, 20
Luminance
0.5379
Every format
| HEX | #cdbfba |
| RGB | rgb(205, 191, 186) |
| HSL | hsl(16, 16%, 77%) |
| CMYK | cmyk(0%, 7%, 9%, 20%) |
| LAB | lab(78.3 4.1 4.3) |
| LCH | lch(78.3 5.9 46.6) |
| OKLCH | oklch(0.815 0.017 40.8) |
Copy-ready code
/* CSS */
color: #cdbfba;
background-color: #cdbfba;
/* Tailwind (arbitrary) */
class="text-[#cdbfba] bg-[#cdbfba]"
/* SCSS */
$brand: #cdbfba;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#cdbfba")Accessibility — WCAG contrast
Aa
#cdbfba on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfba on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow9.3%
Key (black)19.6%
Color previews
#cdbfba text on a black background
contrast 11.76:1
Card sample
#cdbfba text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfba;
Background color
Panel with #cdbfba background
background-color: #cdbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfba; background: linear-gradient(135deg, #cdbfba, #CDCCBA);