#cdbbae
a light, soft orange · warm · closest name: silver
RGB
205, 187, 174
HSL
25°, 24%, 74%
CMYK
0, 9, 15, 20
Luminance
0.5158
Every format
| HEX | #cdbbae |
| RGB | rgb(205, 187, 174) |
| HSL | hsl(25, 24%, 74%) |
| CMYK | cmyk(0%, 9%, 15%, 20%) |
| LAB | lab(77.0 4.2 8.9) |
| LCH | lch(77.0 9.8 64.6) |
| OKLCH | oklch(0.804 0.027 58.2) |
Copy-ready code
/* CSS */
color: #cdbbae;
background-color: #cdbbae;
/* Tailwind (arbitrary) */
class="text-[#cdbbae] bg-[#cdbbae]"
/* SCSS */
$brand: #cdbbae;
/* SwiftUI */
Color(red: 0.804, green: 0.733, blue: 0.682)
/* Android */
Color.parseColor("#cdbbae")Accessibility — WCAG contrast
Aa
#cdbbae on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbbae on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow15.1%
Key (black)19.6%
Color previews
#cdbbae text on a black background
contrast 11.32:1
Card sample
#cdbbae text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbbae;
Background color
Panel with #cdbbae background
background-color: #cdbbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 187, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 187, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbbae; background: linear-gradient(135deg, #cdbbae, #CACDAE);