#c8f273
a light, electric green · cool · closest name: khaki
RGB
200, 242, 115
HSL
80°, 83%, 70%
CMYK
17, 0, 53, 5
Luminance
0.7702
Every format
| HEX | #c8f273 |
| RGB | rgb(200, 242, 115) |
| HSL | hsl(80, 83%, 70%) |
| CMYK | cmyk(17%, 0%, 53%, 5%) |
| LAB | lab(90.3 -32.6 56.2) |
| LCH | lch(90.3 64.9 120.1) |
| OKLCH | oklch(0.905 0.161 124.7) |
Copy-ready code
/* CSS */
color: #c8f273;
background-color: #c8f273;
/* Tailwind (arbitrary) */
class="text-[#c8f273] bg-[#c8f273]"
/* SCSS */
$brand: #c8f273;
/* SwiftUI */
Color(red: 0.784, green: 0.949, blue: 0.451)
/* Android */
Color.parseColor("#c8f273")Accessibility — WCAG contrast
Aa
#c8f273 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f273 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green94.9%
Blue45.1%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow52.5%
Key (black)5.1%
Color previews
#c8f273 text on a black background
contrast 16.40:1
Card sample
#c8f273 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f273;
Background color
Panel with #c8f273 background
background-color: #c8f273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 242, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 242, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f273; background: linear-gradient(135deg, #c8f273, #73F273);