#cacf83
a light, soft yellow · cool · closest name: khaki
RGB
202, 207, 131
HSL
64°, 44%, 66%
CMYK
2, 0, 37, 19
Luminance
0.5882
Every format
| HEX | #cacf83 |
| RGB | rgb(202, 207, 131) |
| HSL | hsl(64, 44%, 66%) |
| CMYK | cmyk(2%, 0%, 37%, 19%) |
| LAB | lab(81.2 -13.3 37.2) |
| LCH | lch(81.2 39.5 109.6) |
| OKLCH | oklch(0.833 0.098 111.6) |
Copy-ready code
/* CSS */
color: #cacf83;
background-color: #cacf83;
/* Tailwind (arbitrary) */
class="text-[#cacf83] bg-[#cacf83]"
/* SCSS */
$brand: #cacf83;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.514)
/* Android */
Color.parseColor("#cacf83")Accessibility — WCAG contrast
Aa
#cacf83 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacf83 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue51.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow36.7%
Key (black)18.8%
Color previews
#cacf83 text on a black background
contrast 12.76:1
Card sample
#cacf83 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacf83;
Background color
Panel with #cacf83 background
background-color: #cacf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacf83; background: linear-gradient(135deg, #cacf83, #97CF83);