#cad679
a light, vivid yellow · cool · closest name: khaki
RGB
202, 214, 121
HSL
68°, 53%, 66%
CMYK
6, 0, 44, 16
Luminance
0.6203
Every format
| HEX | #cad679 |
| RGB | rgb(202, 214, 121) |
| HSL | hsl(68, 53%, 66%) |
| CMYK | cmyk(6%, 0%, 44%, 16%) |
| LAB | lab(82.9 -17.9 44.4) |
| LCH | lch(82.9 47.9 111.9) |
| OKLCH | oklch(0.847 0.118 115.0) |
Copy-ready code
/* CSS */
color: #cad679;
background-color: #cad679;
/* Tailwind (arbitrary) */
class="text-[#cad679] bg-[#cad679]"
/* SCSS */
$brand: #cad679;
/* SwiftUI */
Color(red: 0.792, green: 0.839, blue: 0.475)
/* Android */
Color.parseColor("#cad679")Accessibility — WCAG contrast
Aa
#cad679 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad679 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.9%
Blue47.5%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow43.5%
Key (black)16.1%
Color previews
#cad679 text on a black background
contrast 13.41:1
Card sample
#cad679 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad679;
Background color
Panel with #cad679 background
background-color: #cad679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 214, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 214, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad679; background: linear-gradient(135deg, #cad679, #8CD679);