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