#cdba93
a light, soft yellow · warm · closest name: tan
RGB
205, 186, 147
HSL
40°, 37%, 69%
CMYK
0, 9, 28, 20
Luminance
0.5020
Every format
| HEX | #cdba93 |
| RGB | rgb(205, 186, 147) |
| HSL | hsl(40, 37%, 69%) |
| CMYK | cmyk(0%, 9%, 28%, 20%) |
| LAB | lab(76.2 0.8 22.3) |
| LCH | lch(76.2 22.3 88.0) |
| OKLCH | oklch(0.795 0.057 85.0) |
Copy-ready code
/* CSS */
color: #cdba93;
background-color: #cdba93;
/* Tailwind (arbitrary) */
class="text-[#cdba93] bg-[#cdba93]"
/* SCSS */
$brand: #cdba93;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.576)
/* Android */
Color.parseColor("#cdba93")Accessibility — WCAG contrast
Aa
#cdba93 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba93 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow28.3%
Key (black)19.6%
Color previews
#cdba93 text on a black background
contrast 11.04:1
Card sample
#cdba93 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba93;
Background color
Panel with #cdba93 background
background-color: #cdba93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba93; background: linear-gradient(135deg, #cdba93, #B9CD93);