#c0f273
a light, electric green · cool · closest name: khaki
RGB
192, 242, 115
HSL
84°, 83%, 70%
CMYK
21, 0, 53, 5
Luminance
0.7595
Every format
| HEX | #c0f273 |
| RGB | rgb(192, 242, 115) |
| HSL | hsl(84, 83%, 70%) |
| CMYK | cmyk(21%, 0%, 53%, 5%) |
| LAB | lab(89.8 -35.6 55.5) |
| LCH | lch(89.8 65.9 122.7) |
| OKLCH | oklch(0.900 0.165 127.3) |
Copy-ready code
/* CSS */
color: #c0f273;
background-color: #c0f273;
/* Tailwind (arbitrary) */
class="text-[#c0f273] bg-[#c0f273]"
/* SCSS */
$brand: #c0f273;
/* SwiftUI */
Color(red: 0.753, green: 0.949, blue: 0.451)
/* Android */
Color.parseColor("#c0f273")Accessibility — WCAG contrast
Aa
#c0f273 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f273 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.9%
Blue45.1%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow52.5%
Key (black)5.1%
Color previews
#c0f273 text on a black background
contrast 16.19:1
Card sample
#c0f273 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f273;
Background color
Panel with #c0f273 background
background-color: #c0f273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 242, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 242, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f273; background: linear-gradient(135deg, #c0f273, #73F27B);