#cdcb97
a light, soft yellow · cool · closest name: tan
RGB
205, 203, 151
HSL
58°, 35%, 70%
CMYK
0, 1, 26, 20
Luminance
0.5793
Every format
| HEX | #cdcb97 |
| RGB | rgb(205, 203, 151) |
| HSL | hsl(58, 35%, 70%) |
| CMYK | cmyk(0%, 1%, 26%, 20%) |
| LAB | lab(80.7 -7.5 26.3) |
| LCH | lch(80.7 27.3 106.0) |
| OKLCH | oklch(0.831 0.069 106.0) |
Copy-ready code
/* CSS */
color: #cdcb97;
background-color: #cdcb97;
/* Tailwind (arbitrary) */
class="text-[#cdcb97] bg-[#cdcb97]"
/* SCSS */
$brand: #cdcb97;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.592)
/* Android */
Color.parseColor("#cdcb97")Accessibility — WCAG contrast
Aa
#cdcb97 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcb97 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow26.3%
Key (black)19.6%
Color previews
#cdcb97 text on a black background
contrast 12.59:1
Card sample
#cdcb97 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcb97;
Background color
Panel with #cdcb97 background
background-color: #cdcb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcb97; background: linear-gradient(135deg, #cdcb97, #ABCD97);