#c8f313
a balanced, electric green · cool · closest name: yellow
RGB
200, 243, 19
HSL
72°, 90%, 51%
CMYK
18, 0, 92, 5
Luminance
0.7643
Every format
| HEX | #c8f313 |
| RGB | rgb(200, 243, 19) |
| HSL | hsl(72, 90%, 51%) |
| CMYK | cmyk(18%, 0%, 92%, 5%) |
| LAB | lab(90.1 -38.0 85.9) |
| LCH | lch(90.1 93.9 113.9) |
| OKLCH | oklch(0.901 0.215 121.8) |
Copy-ready code
/* CSS */
color: #c8f313;
background-color: #c8f313;
/* Tailwind (arbitrary) */
class="text-[#c8f313] bg-[#c8f313]"
/* SCSS */
$brand: #c8f313;
/* SwiftUI */
Color(red: 0.784, green: 0.953, blue: 0.075)
/* Android */
Color.parseColor("#c8f313")Accessibility — WCAG contrast
Aa
#c8f313 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f313 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green95.3%
Blue7.5%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow92.2%
Key (black)4.7%
Color previews
#c8f313 text on a black background
contrast 16.29:1
Card sample
#c8f313 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f313;
Background color
Panel with #c8f313 background
background-color: #c8f313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 243, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 243, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f313; background: linear-gradient(135deg, #c8f313, #33F313);