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