#cdbf8f
a light, soft yellow · cool · closest name: tan
RGB
205, 191, 143
HSL
47°, 38%, 68%
CMYK
0, 7, 30, 20
Luminance
0.5222
Every format
| HEX | #cdbf8f |
| RGB | rgb(205, 191, 143) |
| HSL | hsl(47, 38%, 68%) |
| CMYK | cmyk(0%, 7%, 30%, 20%) |
| LAB | lab(77.4 -2.4 26.1) |
| LCH | lch(77.4 26.2 95.2) |
| OKLCH | oklch(0.804 0.066 93.8) |
Copy-ready code
/* CSS */
color: #cdbf8f;
background-color: #cdbf8f;
/* Tailwind (arbitrary) */
class="text-[#cdbf8f] bg-[#cdbf8f]"
/* SCSS */
$brand: #cdbf8f;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.561)
/* Android */
Color.parseColor("#cdbf8f")Accessibility — WCAG contrast
Aa
#cdbf8f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbf8f on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow30.2%
Key (black)19.6%
Color previews
#cdbf8f text on a black background
contrast 11.44:1
Card sample
#cdbf8f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbf8f;
Background color
Panel with #cdbf8f background
background-color: #cdbf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbf8f; background: linear-gradient(135deg, #cdbf8f, #B2CD8F);