#cac08f
a light, soft yellow · cool · closest name: tan
RGB
202, 192, 143
HSL
50°, 36%, 68%
CMYK
0, 5, 29, 21
Luminance
0.5224
Every format
| HEX | #cac08f |
| RGB | rgb(202, 192, 143) |
| HSL | hsl(50, 36%, 68%) |
| CMYK | cmyk(0%, 5%, 29%, 21%) |
| LAB | lab(77.4 -4.1 26.0) |
| LCH | lch(77.4 26.3 98.9) |
| OKLCH | oklch(0.804 0.066 97.9) |
Copy-ready code
/* CSS */
color: #cac08f;
background-color: #cac08f;
/* Tailwind (arbitrary) */
class="text-[#cac08f] bg-[#cac08f]"
/* SCSS */
$brand: #cac08f;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.561)
/* Android */
Color.parseColor("#cac08f")Accessibility — WCAG contrast
Aa
#cac08f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac08f on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow29.2%
Key (black)20.8%
Color previews
#cac08f text on a black background
contrast 11.45:1
Card sample
#cac08f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac08f;
Background color
Panel with #cac08f background
background-color: #cac08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 192, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac08f; background: linear-gradient(135deg, #cac08f, #ADCA8F);