#cdbdac
a light, soft orange · warm · closest name: silver
RGB
205, 189, 172
HSL
31°, 25%, 74%
CMYK
0, 8, 16, 20
Luminance
0.5235
Every format
| HEX | #cdbdac |
| RGB | rgb(205, 189, 172) |
| HSL | hsl(31, 25%, 74%) |
| CMYK | cmyk(0%, 8%, 16%, 20%) |
| LAB | lab(77.5 2.8 10.6) |
| LCH | lch(77.5 11.0 75.0) |
| OKLCH | oklch(0.807 0.030 69.1) |
Copy-ready code
/* CSS */
color: #cdbdac;
background-color: #cdbdac;
/* Tailwind (arbitrary) */
class="text-[#cdbdac] bg-[#cdbdac]"
/* SCSS */
$brand: #cdbdac;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.675)
/* Android */
Color.parseColor("#cdbdac")Accessibility — WCAG contrast
Aa
#cdbdac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbdac on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow16.1%
Key (black)19.6%
Color previews
#cdbdac text on a black background
contrast 11.47:1
Card sample
#cdbdac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbdac;
Background color
Panel with #cdbdac background
background-color: #cdbdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbdac; background: linear-gradient(135deg, #cdbdac, #C7CDAC);