#cdcba5
a light, soft yellow · cool · closest name: tan
RGB
205, 203, 165
HSL
57°, 29%, 73%
CMYK
0, 1, 20, 20
Luminance
0.5841
Every format
| HEX | #cdcba5 |
| RGB | rgb(205, 203, 165) |
| HSL | hsl(57, 29%, 73%) |
| CMYK | cmyk(0%, 1%, 20%, 20%) |
| LAB | lab(81.0 -5.6 19.3) |
| LCH | lch(81.0 20.1 106.1) |
| OKLCH | oklch(0.834 0.051 105.0) |
Copy-ready code
/* CSS */
color: #cdcba5;
background-color: #cdcba5;
/* Tailwind (arbitrary) */
class="text-[#cdcba5] bg-[#cdcba5]"
/* SCSS */
$brand: #cdcba5;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.647)
/* Android */
Color.parseColor("#cdcba5")Accessibility — WCAG contrast
Aa
#cdcba5 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcba5 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow19.5%
Key (black)19.6%
Color previews
#cdcba5 text on a black background
contrast 12.68:1
Card sample
#cdcba5 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcba5;
Background color
Panel with #cdcba5 background
background-color: #cdcba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcba5; background: linear-gradient(135deg, #cdcba5, #B4CDA5);