#c8d466
a balanced, vivid yellow · cool · closest name: khaki
RGB
200, 212, 102
HSL
67°, 56%, 62%
CMYK
6, 0, 52, 17
Luminance
0.6033
Every format
| HEX | #c8d466 |
| RGB | rgb(200, 212, 102) |
| HSL | hsl(67, 56%, 62%) |
| CMYK | cmyk(6%, 0%, 52%, 17%) |
| LAB | lab(82.0 -19.5 52.4) |
| LCH | lch(82.0 55.9 110.4) |
| OKLCH | oklch(0.838 0.135 114.5) |
Copy-ready code
/* CSS */
color: #c8d466;
background-color: #c8d466;
/* Tailwind (arbitrary) */
class="text-[#c8d466] bg-[#c8d466]"
/* SCSS */
$brand: #c8d466;
/* SwiftUI */
Color(red: 0.784, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#c8d466")Accessibility — WCAG contrast
Aa
#c8d466 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d466 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green83.1%
Blue40.0%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow51.9%
Key (black)16.9%
Color previews
#c8d466 text on a black background
contrast 13.07:1
Card sample
#c8d466 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d466;
Background color
Panel with #c8d466 background
background-color: #c8d466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d466; background: linear-gradient(135deg, #c8d466, #7FD466);