#cad771
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 215, 113
HSL
68°, 56%, 64%
CMYK
6, 0, 47, 16
Luminance
0.6235
Every format
| HEX | #cad771 |
| RGB | rgb(202, 215, 113) |
| HSL | hsl(68, 56%, 64%) |
| CMYK | cmyk(6%, 0%, 47%, 16%) |
| LAB | lab(83.1 -19.2 48.5) |
| LCH | lch(83.1 52.1 111.6) |
| OKLCH | oklch(0.848 0.128 115.2) |
Copy-ready code
/* CSS */
color: #cad771;
background-color: #cad771;
/* Tailwind (arbitrary) */
class="text-[#cad771] bg-[#cad771]"
/* SCSS */
$brand: #cad771;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.443)
/* Android */
Color.parseColor("#cad771")Accessibility — WCAG contrast
Aa
#cad771 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad771 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue44.3%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow47.4%
Key (black)15.7%
Color previews
#cad771 text on a black background
contrast 13.47:1
Card sample
#cad771 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad771;
Background color
Panel with #cad771 background
background-color: #cad771;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad771;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad771; background: linear-gradient(135deg, #cad771, #86D771);