#c0feaf
a light, electric green · cool · closest name: aquamarine
RGB
192, 254, 175
HSL
107°, 98%, 84%
CMYK
24, 0, 31, 0
Luminance
0.8519
Every format
| HEX | #c0feaf |
| RGB | rgb(192, 254, 175) |
| HSL | hsl(107, 98%, 84%) |
| CMYK | cmyk(24%, 0%, 31%, 0%) |
| LAB | lab(94.0 -33.6 31.7) |
| LCH | lch(94.0 46.2 136.7) |
| OKLCH | oklch(0.936 0.121 139.0) |
Copy-ready code
/* CSS */
color: #c0feaf;
background-color: #c0feaf;
/* Tailwind (arbitrary) */
class="text-[#c0feaf] bg-[#c0feaf]"
/* SCSS */
$brand: #c0feaf;
/* SwiftUI */
Color(red: 0.753, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#c0feaf")Accessibility — WCAG contrast
Aa
#c0feaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0feaf on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#c0feaf text on a black background
contrast 18.04:1
Card sample
#c0feaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0feaf;
Background color
Panel with #c0feaf background
background-color: #c0feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0feaf; background: linear-gradient(135deg, #c0feaf, #AFFED3);