#cdbb8f
a light, soft yellow · warm · closest name: tan
RGB
205, 187, 143
HSL
43°, 38%, 68%
CMYK
0, 9, 30, 20
Luminance
0.5050
Every format
| HEX | #cdbb8f |
| RGB | rgb(205, 187, 143) |
| HSL | hsl(43, 38%, 68%) |
| CMYK | cmyk(0%, 9%, 30%, 20%) |
| LAB | lab(76.4 -0.3 24.6) |
| LCH | lch(76.4 24.6 90.6) |
| OKLCH | oklch(0.796 0.062 88.4) |
Copy-ready code
/* CSS */
color: #cdbb8f;
background-color: #cdbb8f;
/* Tailwind (arbitrary) */
class="text-[#cdbb8f] bg-[#cdbb8f]"
/* SCSS */
$brand: #cdbb8f;
/* SwiftUI */
Color(red: 0.804, green: 0.733, blue: 0.561)
/* Android */
Color.parseColor("#cdbb8f")Accessibility — WCAG contrast
Aa
#cdbb8f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbb8f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow30.2%
Key (black)19.6%
Color previews
#cdbb8f text on a black background
contrast 11.10:1
Card sample
#cdbb8f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbb8f;
Background color
Panel with #cdbb8f background
background-color: #cdbb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 187, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 187, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbb8f; background: linear-gradient(135deg, #cdbb8f, #B6CD8F);