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