#cdb07d
a balanced, soft orange · warm · closest name: tan
RGB
205, 176, 125
HSL
38°, 44%, 65%
CMYK
0, 14, 39, 20
Luminance
0.4551
Every format
| HEX | #cdb07d |
| RGB | rgb(205, 176, 125) |
| HSL | hsl(38, 44%, 65%) |
| CMYK | cmyk(0%, 14%, 39%, 20%) |
| LAB | lab(73.2 3.4 30.0) |
| LCH | lch(73.2 30.2 83.6) |
| OKLCH | oklch(0.770 0.075 81.3) |
Copy-ready code
/* CSS */
color: #cdb07d;
background-color: #cdb07d;
/* Tailwind (arbitrary) */
class="text-[#cdb07d] bg-[#cdb07d]"
/* SCSS */
$brand: #cdb07d;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.490)
/* Android */
Color.parseColor("#cdb07d")Accessibility — WCAG contrast
Aa
#cdb07d on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb07d on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow39.0%
Key (black)19.6%
Color previews
#cdb07d text on a black background
contrast 10.10:1
Card sample
#cdb07d text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb07d;
Background color
Panel with #cdb07d background
background-color: #cdb07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb07d; background: linear-gradient(135deg, #cdb07d, #B5CD7D);