#c2fb13
a balanced, electric green · cool · closest name: yellow
RGB
194, 251, 19
HSL
75°, 97%, 53%
CMYK
23, 0, 92, 2
Luminance
0.8051
Every format
| HEX | #c2fb13 |
| RGB | rgb(194, 251, 19) |
| HSL | hsl(75, 97%, 53%) |
| CMYK | cmyk(23%, 0%, 92%, 2%) |
| LAB | lab(91.9 -43.8 87.2) |
| LCH | lch(91.9 97.6 116.7) |
| OKLCH | oklch(0.915 0.227 124.7) |
Copy-ready code
/* CSS */
color: #c2fb13;
background-color: #c2fb13;
/* Tailwind (arbitrary) */
class="text-[#c2fb13] bg-[#c2fb13]"
/* SCSS */
$brand: #c2fb13;
/* SwiftUI */
Color(red: 0.761, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#c2fb13")Accessibility — WCAG contrast
Aa
#c2fb13 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fb13 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.4%
Blue7.5%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#c2fb13 text on a black background
contrast 17.10:1
Card sample
#c2fb13 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fb13;
Background color
Panel with #c2fb13 background
background-color: #c2fb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fb13; background: linear-gradient(135deg, #c2fb13, #27FB13);