#cdb48f
a light, soft orange · warm · closest name: tan
RGB
205, 180, 143
HSL
36°, 38%, 68%
CMYK
0, 12, 30, 20
Luminance
0.4760
Every format
| HEX | #cdb48f |
| RGB | rgb(205, 180, 143) |
| HSL | hsl(36, 38%, 68%) |
| CMYK | cmyk(0%, 12%, 30%, 20%) |
| LAB | lab(74.6 3.4 22.2) |
| LCH | lch(74.6 22.5 81.2) |
| OKLCH | oklch(0.782 0.058 77.4) |
Copy-ready code
/* CSS */
color: #cdb48f;
background-color: #cdb48f;
/* Tailwind (arbitrary) */
class="text-[#cdb48f] bg-[#cdb48f]"
/* SCSS */
$brand: #cdb48f;
/* SwiftUI */
Color(red: 0.804, green: 0.706, blue: 0.561)
/* Android */
Color.parseColor("#cdb48f")Accessibility — WCAG contrast
Aa
#cdb48f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb48f on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow30.2%
Key (black)19.6%
Color previews
#cdb48f text on a black background
contrast 10.52:1
Card sample
#cdb48f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb48f;
Background color
Panel with #cdb48f background
background-color: #cdb48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 180, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 180, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb48f; background: linear-gradient(135deg, #cdb48f, #BDCD8F);