#c8d921
a balanced, vivid yellow · cool · closest name: yellow
RGB
200, 217, 33
HSL
66°, 74%, 49%
CMYK
8, 0, 85, 15
Luminance
0.6201
Every format
| HEX | #c8d921 |
| RGB | rgb(200, 217, 33) |
| HSL | hsl(66, 74%, 49%) |
| CMYK | cmyk(8%, 0%, 85%, 15%) |
| LAB | lab(82.9 -25.7 77.9) |
| LCH | lch(82.9 82.0 108.3) |
| OKLCH | oklch(0.844 0.185 115.4) |
Copy-ready code
/* CSS */
color: #c8d921;
background-color: #c8d921;
/* Tailwind (arbitrary) */
class="text-[#c8d921] bg-[#c8d921]"
/* SCSS */
$brand: #c8d921;
/* SwiftUI */
Color(red: 0.784, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#c8d921")Accessibility — WCAG contrast
Aa
#c8d921 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d921 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.1%
Blue12.9%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#c8d921 text on a black background
contrast 13.40:1
Card sample
#c8d921 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d921;
Background color
Panel with #c8d921 background
background-color: #c8d921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d921; background: linear-gradient(135deg, #c8d921, #4DD921);