#c6f358
a balanced, electric green · cool · closest name: yellow
RGB
198, 243, 88
HSL
77°, 87%, 65%
CMYK
19, 0, 64, 5
Luminance
0.7681
Every format
| HEX | #c6f358 |
| RGB | rgb(198, 243, 88) |
| HSL | hsl(77, 87%, 65%) |
| CMYK | cmyk(19%, 0%, 64%, 5%) |
| LAB | lab(90.2 -36.0 67.5) |
| LCH | lch(90.2 76.5 118.1) |
| OKLCH | oklch(0.903 0.186 123.9) |
Copy-ready code
/* CSS */
color: #c6f358;
background-color: #c6f358;
/* Tailwind (arbitrary) */
class="text-[#c6f358] bg-[#c6f358]"
/* SCSS */
$brand: #c6f358;
/* SwiftUI */
Color(red: 0.776, green: 0.953, blue: 0.345)
/* Android */
Color.parseColor("#c6f358")Accessibility — WCAG contrast
Aa
#c6f358 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f358 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green95.3%
Blue34.5%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow63.8%
Key (black)4.7%
Color previews
#c6f358 text on a black background
contrast 16.36:1
Card sample
#c6f358 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f358;
Background color
Panel with #c6f358 background
background-color: #c6f358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 243, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 243, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f358; background: linear-gradient(135deg, #c6f358, #5FF358);