#c0f69f
a light, electric green · cool · closest name: khaki
RGB
192, 246, 159
HSL
97°, 83%, 79%
CMYK
22, 0, 35, 4
Luminance
0.7962
Every format
| HEX | #c0f69f |
| RGB | rgb(192, 246, 159) |
| HSL | hsl(97, 83%, 79%) |
| CMYK | cmyk(22%, 0%, 35%, 4%) |
| LAB | lab(91.5 -32.3 36.5) |
| LCH | lch(91.5 48.7 131.5) |
| OKLCH | oklch(0.915 0.126 134.2) |
Copy-ready code
/* CSS */
color: #c0f69f;
background-color: #c0f69f;
/* Tailwind (arbitrary) */
class="text-[#c0f69f] bg-[#c0f69f]"
/* SCSS */
$brand: #c0f69f;
/* SwiftUI */
Color(red: 0.753, green: 0.965, blue: 0.624)
/* Android */
Color.parseColor("#c0f69f")Accessibility — WCAG contrast
Aa
#c0f69f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f69f on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green96.5%
Blue62.4%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow35.4%
Key (black)3.5%
Color previews
#c0f69f text on a black background
contrast 16.92:1
Card sample
#c0f69f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f69f;
Background color
Panel with #c0f69f background
background-color: #c0f69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 246, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 246, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f69f; background: linear-gradient(135deg, #c0f69f, #9FF6B8);