#cacda4
a light, soft yellow · cool · closest name: tan
RGB
202, 205, 164
HSL
64°, 29%, 72%
CMYK
2, 0, 20, 20
Luminance
0.5890
Every format
| HEX | #cacda4 |
| RGB | rgb(202, 205, 164) |
| HSL | hsl(64, 29%, 72%) |
| CMYK | cmyk(2%, 0%, 20%, 20%) |
| LAB | lab(81.2 -7.9 20.1) |
| LCH | lch(81.2 21.6 111.4) |
| OKLCH | oklch(0.835 0.055 111.0) |
Copy-ready code
/* CSS */
color: #cacda4;
background-color: #cacda4;
/* Tailwind (arbitrary) */
class="text-[#cacda4] bg-[#cacda4]"
/* SCSS */
$brand: #cacda4;
/* SwiftUI */
Color(red: 0.792, green: 0.804, blue: 0.643)
/* Android */
Color.parseColor("#cacda4")Accessibility — WCAG contrast
Aa
#cacda4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacda4 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.4%
Blue64.3%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow20.0%
Key (black)19.6%
Color previews
#cacda4 text on a black background
contrast 12.78:1
Card sample
#cacda4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacda4;
Background color
Panel with #cacda4 background
background-color: #cacda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 205, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 205, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacda4; background: linear-gradient(135deg, #cacda4, #AFCDA4);