#cdbda5
a light, soft orange · warm · closest name: tan
RGB
205, 189, 165
HSL
36°, 29%, 73%
CMYK
0, 8, 20, 20
Luminance
0.5209
Every format
| HEX | #cdbda5 |
| RGB | rgb(205, 189, 165) |
| HSL | hsl(36, 29%, 73%) |
| CMYK | cmyk(0%, 8%, 20%, 20%) |
| LAB | lab(77.3 1.8 14.2) |
| LCH | lch(77.3 14.3 82.9) |
| OKLCH | oklch(0.805 0.037 78.1) |
Copy-ready code
/* CSS */
color: #cdbda5;
background-color: #cdbda5;
/* Tailwind (arbitrary) */
class="text-[#cdbda5] bg-[#cdbda5]"
/* SCSS */
$brand: #cdbda5;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.647)
/* Android */
Color.parseColor("#cdbda5")Accessibility — WCAG contrast
Aa
#cdbda5 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbda5 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow19.5%
Key (black)19.6%
Color previews
#cdbda5 text on a black background
contrast 11.42:1
Card sample
#cdbda5 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbda5;
Background color
Panel with #cdbda5 background
background-color: #cdbda5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbda5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbda5; background: linear-gradient(135deg, #cdbda5, #C2CDA5);