#cad47b
a light, vivid yellow · cool · closest name: khaki
RGB
202, 212, 123
HSL
67°, 51%, 66%
CMYK
5, 0, 42, 17
Luminance
0.6107
Every format
| HEX | #cad47b |
| RGB | rgb(202, 212, 123) |
| HSL | hsl(67, 51%, 66%) |
| CMYK | cmyk(5%, 0%, 42%, 17%) |
| LAB | lab(82.4 -16.7 42.8) |
| LCH | lch(82.4 45.9 111.3) |
| OKLCH | oklch(0.843 0.114 114.1) |
Copy-ready code
/* CSS */
color: #cad47b;
background-color: #cad47b;
/* Tailwind (arbitrary) */
class="text-[#cad47b] bg-[#cad47b]"
/* SCSS */
$brand: #cad47b;
/* SwiftUI */
Color(red: 0.792, green: 0.831, blue: 0.482)
/* Android */
Color.parseColor("#cad47b")Accessibility — WCAG contrast
Aa
#cad47b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad47b on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.1%
Blue48.2%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow42.0%
Key (black)16.9%
Color previews
#cad47b text on a black background
contrast 13.21:1
Card sample
#cad47b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad47b;
Background color
Panel with #cad47b background
background-color: #cad47b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad47b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 212, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 212, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad47b; background: linear-gradient(135deg, #cad47b, #8FD47B);