#cace8f
a light, soft yellow · cool · closest name: khaki
RGB
202, 206, 143
HSL
64°, 39%, 68%
CMYK
2, 0, 31, 19
Luminance
0.5868
Every format
| HEX | #cace8f |
| RGB | rgb(202, 206, 143) |
| HSL | hsl(64, 39%, 68%) |
| CMYK | cmyk(2%, 0%, 31%, 19%) |
| LAB | lab(81.1 -11.3 31.0) |
| LCH | lch(81.1 33.0 110.0) |
| OKLCH | oklch(0.833 0.083 111.1) |
Copy-ready code
/* CSS */
color: #cace8f;
background-color: #cace8f;
/* Tailwind (arbitrary) */
class="text-[#cace8f] bg-[#cace8f]"
/* SCSS */
$brand: #cace8f;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#cace8f")Accessibility — WCAG contrast
Aa
#cace8f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace8f on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue56.1%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#cace8f text on a black background
contrast 12.74:1
Card sample
#cace8f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace8f;
Background color
Panel with #cace8f background
background-color: #cace8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace8f; background: linear-gradient(135deg, #cace8f, #A0CE8F);