#cdcca2
a light, soft yellow · cool · closest name: tan
RGB
205, 204, 162
HSL
59°, 30%, 72%
CMYK
0, 1, 21, 20
Luminance
0.5877
Every format
| HEX | #cdcca2 |
| RGB | rgb(205, 204, 162) |
| HSL | hsl(59, 30%, 72%) |
| CMYK | cmyk(0%, 1%, 21%, 20%) |
| LAB | lab(81.2 -6.5 21.1) |
| LCH | lch(81.2 22.1 107.2) |
| OKLCH | oklch(0.835 0.056 106.4) |
Copy-ready code
/* CSS */
color: #cdcca2;
background-color: #cdcca2;
/* Tailwind (arbitrary) */
class="text-[#cdcca2] bg-[#cdcca2]"
/* SCSS */
$brand: #cdcca2;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#cdcca2")Accessibility — WCAG contrast
Aa
#cdcca2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcca2 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow21.0%
Key (black)19.6%
Color previews
#cdcca2 text on a black background
contrast 12.75:1
Card sample
#cdcca2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcca2;
Background color
Panel with #cdcca2 background
background-color: #cdcca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcca2; background: linear-gradient(135deg, #cdcca2, #B1CDA2);