#cace7c
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 206, 124
HSL
63°, 46%, 65%
CMYK
2, 0, 40, 19
Luminance
0.5815
Every format
| HEX | #cace7c |
| RGB | rgb(202, 206, 124) |
| HSL | hsl(63, 46%, 65%) |
| CMYK | cmyk(2%, 0%, 40%, 19%) |
| LAB | lab(80.8 -13.5 40.3) |
| LCH | lch(80.8 42.5 108.6) |
| OKLCH | oklch(0.830 0.105 110.9) |
Copy-ready code
/* CSS */
color: #cace7c;
background-color: #cace7c;
/* Tailwind (arbitrary) */
class="text-[#cace7c] bg-[#cace7c]"
/* SCSS */
$brand: #cace7c;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.486)
/* Android */
Color.parseColor("#cace7c")Accessibility — WCAG contrast
Aa
#cace7c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace7c on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue48.6%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow39.8%
Key (black)19.2%
Color previews
#cace7c text on a black background
contrast 12.63:1
Card sample
#cace7c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace7c;
Background color
Panel with #cace7c background
background-color: #cace7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace7c; background: linear-gradient(135deg, #cace7c, #93CE7C);