#c4feaf
a light, electric green · cool · closest name: aquamarine
RGB
196, 254, 175
HSL
104°, 98%, 84%
CMYK
23, 0, 31, 0
Luminance
0.8571
Every format
| HEX | #c4feaf |
| RGB | rgb(196, 254, 175) |
| HSL | hsl(104, 98%, 84%) |
| CMYK | cmyk(23%, 0%, 31%, 0%) |
| LAB | lab(94.2 -32.3 32.0) |
| LCH | lch(94.2 45.5 135.2) |
| OKLCH | oklch(0.939 0.119 137.6) |
Copy-ready code
/* CSS */
color: #c4feaf;
background-color: #c4feaf;
/* Tailwind (arbitrary) */
class="text-[#c4feaf] bg-[#c4feaf]"
/* SCSS */
$brand: #c4feaf;
/* SwiftUI */
Color(red: 0.769, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#c4feaf")Accessibility — WCAG contrast
Aa
#c4feaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4feaf on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green99.6%
Blue68.6%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#c4feaf text on a black background
contrast 18.14:1
Card sample
#c4feaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4feaf;
Background color
Panel with #c4feaf background
background-color: #c4feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4feaf; background: linear-gradient(135deg, #c4feaf, #AFFECF);