#c8d481
a light, vivid yellow · cool · closest name: khaki
RGB
200, 212, 129
HSL
69°, 49%, 67%
CMYK
6, 0, 39, 17
Luminance
0.6095
Every format
| HEX | #c8d481 |
| RGB | rgb(200, 212, 129) |
| HSL | hsl(69, 49%, 67%) |
| CMYK | cmyk(6%, 0%, 39%, 17%) |
| LAB | lab(82.3 -16.8 39.7) |
| LCH | lch(82.3 43.1 112.9) |
| OKLCH | oklch(0.842 0.107 115.5) |
Copy-ready code
/* CSS */
color: #c8d481;
background-color: #c8d481;
/* Tailwind (arbitrary) */
class="text-[#c8d481] bg-[#c8d481]"
/* SCSS */
$brand: #c8d481;
/* SwiftUI */
Color(red: 0.784, green: 0.831, blue: 0.506)
/* Android */
Color.parseColor("#c8d481")Accessibility — WCAG contrast
Aa
#c8d481 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d481 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green83.1%
Blue50.6%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow39.2%
Key (black)16.9%
Color previews
#c8d481 text on a black background
contrast 13.19:1
Card sample
#c8d481 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d481;
Background color
Panel with #c8d481 background
background-color: #c8d481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 212, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 212, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d481; background: linear-gradient(135deg, #c8d481, #91D481);