#cdbfaf
a light, soft orange · warm · closest name: silver
RGB
205, 191, 175
HSL
32°, 23%, 75%
CMYK
0, 7, 15, 20
Luminance
0.5334
Every format
| HEX | #cdbfaf |
| RGB | rgb(205, 191, 175) |
| HSL | hsl(32, 23%, 75%) |
| CMYK | cmyk(0%, 7%, 15%, 20%) |
| LAB | lab(78.1 2.3 9.8) |
| LCH | lch(78.1 10.1 77.1) |
| OKLCH | oklch(0.812 0.027 71.1) |
Copy-ready code
/* CSS */
color: #cdbfaf;
background-color: #cdbfaf;
/* Tailwind (arbitrary) */
class="text-[#cdbfaf] bg-[#cdbfaf]"
/* SCSS */
$brand: #cdbfaf;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#cdbfaf")Accessibility — WCAG contrast
Aa
#cdbfaf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfaf on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow14.6%
Key (black)19.6%
Color previews
#cdbfaf text on a black background
contrast 11.67:1
Card sample
#cdbfaf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfaf;
Background color
Panel with #cdbfaf background
background-color: #cdbfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfaf; background: linear-gradient(135deg, #cdbfaf, #C7CDAF);