#c3f799
a light, electric green · cool · closest name: khaki
RGB
195, 247, 153
HSL
93°, 86%, 78%
CMYK
21, 0, 38, 3
Luminance
0.8042
Every format
| HEX | #c3f799 |
| RGB | rgb(195, 247, 153) |
| HSL | hsl(93, 86%, 78%) |
| CMYK | cmyk(21%, 0%, 38%, 3%) |
| LAB | lab(91.9 -32.5 39.9) |
| LCH | lch(91.9 51.5 129.1) |
| OKLCH | oklch(0.919 0.133 132.1) |
Copy-ready code
/* CSS */
color: #c3f799;
background-color: #c3f799;
/* Tailwind (arbitrary) */
class="text-[#c3f799] bg-[#c3f799]"
/* SCSS */
$brand: #c3f799;
/* SwiftUI */
Color(red: 0.765, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#c3f799")Accessibility — WCAG contrast
Aa
#c3f799 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f799 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green96.9%
Blue60.0%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow38.1%
Key (black)3.1%
Color previews
#c3f799 text on a black background
contrast 17.08:1
Card sample
#c3f799 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f799;
Background color
Panel with #c3f799 background
background-color: #c3f799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f799; background: linear-gradient(135deg, #c3f799, #99F7AE);