#c8f331
a balanced, electric green · cool · closest name: yellow
RGB
200, 243, 49
HSL
73°, 89%, 57%
CMYK
18, 0, 80, 5
Luminance
0.7660
Every format
| HEX | #c8f331 |
| RGB | rgb(200, 243, 49) |
| HSL | hsl(73, 89%, 57%) |
| CMYK | cmyk(18%, 0%, 80%, 5%) |
| LAB | lab(90.1 -37.3 80.3) |
| LCH | lch(90.1 88.6 114.9) |
| OKLCH | oklch(0.902 0.207 122.2) |
Copy-ready code
/* CSS */
color: #c8f331;
background-color: #c8f331;
/* Tailwind (arbitrary) */
class="text-[#c8f331] bg-[#c8f331]"
/* SCSS */
$brand: #c8f331;
/* SwiftUI */
Color(red: 0.784, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#c8f331")Accessibility — WCAG contrast
Aa
#c8f331 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f331 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green95.3%
Blue19.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#c8f331 text on a black background
contrast 16.32:1
Card sample
#c8f331 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f331;
Background color
Panel with #c8f331 background
background-color: #c8f331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f331; background: linear-gradient(135deg, #c8f331, #47F331);