#cdccac
a light, soft yellow · cool · closest name: tan
RGB
205, 204, 172
HSL
58°, 25%, 74%
CMYK
0, 1, 16, 20
Luminance
0.5914
Every format
| HEX | #cdccac |
| RGB | rgb(205, 204, 172) |
| HSL | hsl(58, 25%, 74%) |
| CMYK | cmyk(0%, 1%, 16%, 20%) |
| LAB | lab(81.4 -5.0 16.1) |
| LCH | lch(81.4 16.9 107.4) |
| OKLCH | oklch(0.838 0.043 105.8) |
Copy-ready code
/* CSS */
color: #cdccac;
background-color: #cdccac;
/* Tailwind (arbitrary) */
class="text-[#cdccac] bg-[#cdccac]"
/* SCSS */
$brand: #cdccac;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#cdccac")Accessibility — WCAG contrast
Aa
#cdccac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccac on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow16.1%
Key (black)19.6%
Color previews
#cdccac text on a black background
contrast 12.83:1
Card sample
#cdccac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccac;
Background color
Panel with #cdccac background
background-color: #cdccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccac; background: linear-gradient(135deg, #cdccac, #B8CDAC);