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