#c3f308
a balanced, electric green · cool · closest name: yellow
RGB
195, 243, 8
HSL
72°, 94%, 49%
CMYK
20, 0, 97, 5
Luminance
0.7572
Every format
| HEX | #c3f308 |
| RGB | rgb(195, 243, 8) |
| HSL | hsl(72, 94%, 49%) |
| CMYK | cmyk(20%, 0%, 97%, 5%) |
| LAB | lab(89.7 -40.1 86.5) |
| LCH | lch(89.7 95.3 114.9) |
| OKLCH | oklch(0.898 0.219 123.0) |
Copy-ready code
/* CSS */
color: #c3f308;
background-color: #c3f308;
/* Tailwind (arbitrary) */
class="text-[#c3f308] bg-[#c3f308]"
/* SCSS */
$brand: #c3f308;
/* SwiftUI */
Color(red: 0.765, green: 0.953, blue: 0.031)
/* Android */
Color.parseColor("#c3f308")Accessibility — WCAG contrast
Aa
#c3f308 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f308 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green95.3%
Blue3.1%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow96.7%
Key (black)4.7%
Color previews
#c3f308 text on a black background
contrast 16.14:1
Card sample
#c3f308 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f308;
Background color
Panel with #c3f308 background
background-color: #c3f308;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f308;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 243, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 243, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f308; background: linear-gradient(135deg, #c3f308, #26F308);