#c4fbaf
a light, electric green · cool · closest name: aquamarine
RGB
196, 251, 175
HSL
103°, 91%, 84%
CMYK
22, 0, 30, 2
Luminance
0.8383
Every format
| HEX | #c4fbaf |
| RGB | rgb(196, 251, 175) |
| HSL | hsl(103, 91%, 84%) |
| CMYK | cmyk(22%, 0%, 30%, 2%) |
| LAB | lab(93.4 -30.9 30.9) |
| LCH | lch(93.4 43.8 135.0) |
| OKLCH | oklch(0.932 0.115 137.3) |
Copy-ready code
/* CSS */
color: #c4fbaf;
background-color: #c4fbaf;
/* Tailwind (arbitrary) */
class="text-[#c4fbaf] bg-[#c4fbaf]"
/* SCSS */
$brand: #c4fbaf;
/* SwiftUI */
Color(red: 0.769, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#c4fbaf")Accessibility — WCAG contrast
Aa
#c4fbaf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fbaf on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.4%
Blue68.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#c4fbaf text on a black background
contrast 17.77:1
Card sample
#c4fbaf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fbaf;
Background color
Panel with #c4fbaf background
background-color: #c4fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fbaf; background: linear-gradient(135deg, #c4fbaf, #AFFBCD);