#cad486
a light, vivid yellow · cool · closest name: khaki
RGB
202, 212, 134
HSL
68°, 48%, 68%
CMYK
5, 0, 37, 17
Luminance
0.6136
Every format
| HEX | #cad486 |
| RGB | rgb(202, 212, 134) |
| HSL | hsl(68, 48%, 68%) |
| CMYK | cmyk(5%, 0%, 37%, 17%) |
| LAB | lab(82.6 -15.4 37.5) |
| LCH | lch(82.6 40.5 112.4) |
| OKLCH | oklch(0.844 0.101 114.6) |
Copy-ready code
/* CSS */
color: #cad486;
background-color: #cad486;
/* Tailwind (arbitrary) */
class="text-[#cad486] bg-[#cad486]"
/* SCSS */
$brand: #cad486;
/* SwiftUI */
Color(red: 0.792, green: 0.831, blue: 0.525)
/* Android */
Color.parseColor("#cad486")Accessibility — WCAG contrast
Aa
#cad486 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad486 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.1%
Blue52.5%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow36.8%
Key (black)16.9%
Color previews
#cad486 text on a black background
contrast 13.27:1
Card sample
#cad486 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad486;
Background color
Panel with #cad486 background
background-color: #cad486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 212, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 212, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad486; background: linear-gradient(135deg, #cad486, #96D486);