#cacba1
a light, soft yellow · cool · closest name: tan
RGB
202, 203, 161
HSL
61°, 29%, 71%
CMYK
1, 0, 21, 20
Luminance
0.5784
Every format
| HEX | #cacba1 |
| RGB | rgb(202, 203, 161) |
| HSL | hsl(61, 29%, 71%) |
| CMYK | cmyk(1%, 0%, 21%, 20%) |
| LAB | lab(80.7 -7.3 20.9) |
| LCH | lch(80.7 22.1 109.2) |
| OKLCH | oklch(0.831 0.056 108.7) |
Copy-ready code
/* CSS */
color: #cacba1;
background-color: #cacba1;
/* Tailwind (arbitrary) */
class="text-[#cacba1] bg-[#cacba1]"
/* SCSS */
$brand: #cacba1;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.631)
/* Android */
Color.parseColor("#cacba1")Accessibility — WCAG contrast
Aa
#cacba1 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacba1 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue63.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow20.7%
Key (black)20.4%
Color previews
#cacba1 text on a black background
contrast 12.57:1
Card sample
#cacba1 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacba1;
Background color
Panel with #cacba1 background
background-color: #cacba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacba1; background: linear-gradient(135deg, #cacba1, #AECBA1);