#cdbfad
a light, soft orange · warm · closest name: silver
RGB
205, 191, 173
HSL
34°, 24%, 74%
CMYK
0, 7, 16, 20
Luminance
0.5326
Every format
| HEX | #cdbfad |
| RGB | rgb(205, 191, 173) |
| HSL | hsl(34, 24%, 74%) |
| CMYK | cmyk(0%, 7%, 16%, 20%) |
| LAB | lab(78.0 1.9 10.9) |
| LCH | lch(78.0 11.0 79.9) |
| OKLCH | oklch(0.811 0.029 74.2) |
Copy-ready code
/* CSS */
color: #cdbfad;
background-color: #cdbfad;
/* Tailwind (arbitrary) */
class="text-[#cdbfad] bg-[#cdbfad]"
/* SCSS */
$brand: #cdbfad;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#cdbfad")Accessibility — WCAG contrast
Aa
#cdbfad on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfad on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow15.6%
Key (black)19.6%
Color previews
#cdbfad text on a black background
contrast 11.65:1
Card sample
#cdbfad text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfad;
Background color
Panel with #cdbfad background
background-color: #cdbfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfad; background: linear-gradient(135deg, #cdbfad, #C6CDAD);