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