#c8e921
a balanced, electric yellow · cool · closest name: yellow
RGB
200, 233, 33
HSL
70°, 82%, 52%
CMYK
14, 0, 86, 9
Luminance
0.7067
Every format
| HEX | #c8e921 |
| RGB | rgb(200, 233, 33) |
| HSL | hsl(70, 82%, 52%) |
| CMYK | cmyk(14%, 0%, 86%, 9%) |
| LAB | lab(87.3 -33.2 81.5) |
| LCH | lch(87.3 88.0 112.2) |
| OKLCH | oklch(0.879 0.202 119.7) |
Copy-ready code
/* CSS */
color: #c8e921;
background-color: #c8e921;
/* Tailwind (arbitrary) */
class="text-[#c8e921] bg-[#c8e921]"
/* SCSS */
$brand: #c8e921;
/* SwiftUI */
Color(red: 0.784, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#c8e921")Accessibility — WCAG contrast
Aa
#c8e921 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e921 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green91.4%
Blue12.9%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#c8e921 text on a black background
contrast 15.13:1
Card sample
#c8e921 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e921;
Background color
Panel with #c8e921 background
background-color: #c8e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e921; background: linear-gradient(135deg, #c8e921, #43E921);