#c9f358
a balanced, electric green · cool · closest name: yellow
RGB
201, 243, 88
HSL
76°, 87%, 65%
CMYK
17, 0, 64, 5
Luminance
0.7722
Every format
| HEX | #c9f358 |
| RGB | rgb(201, 243, 88) |
| HSL | hsl(76, 87%, 65%) |
| CMYK | cmyk(17%, 0%, 64%, 5%) |
| LAB | lab(90.4 -34.9 67.8) |
| LCH | lch(90.4 76.2 117.2) |
| OKLCH | oklch(0.905 0.184 123.1) |
Copy-ready code
/* CSS */
color: #c9f358;
background-color: #c9f358;
/* Tailwind (arbitrary) */
class="text-[#c9f358] bg-[#c9f358]"
/* SCSS */
$brand: #c9f358;
/* SwiftUI */
Color(red: 0.788, green: 0.953, blue: 0.345)
/* Android */
Color.parseColor("#c9f358")Accessibility — WCAG contrast
Aa
#c9f358 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f358 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green95.3%
Blue34.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow63.8%
Key (black)4.7%
Color previews
#c9f358 text on a black background
contrast 16.44:1
Card sample
#c9f358 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f358;
Background color
Panel with #c9f358 background
background-color: #c9f358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 243, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 243, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f358; background: linear-gradient(135deg, #c9f358, #62F358);