#c4fccf
a pale, electric green · cool · closest name: aquamarine
RGB
196, 252, 207
HSL
132°, 90%, 88%
CMYK
22, 0, 18, 1
Luminance
0.8586
Every format
| HEX | #c4fccf |
| RGB | rgb(196, 252, 207) |
| HSL | hsl(132, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 18%, 1%) |
| LAB | lab(94.3 -26.2 15.9) |
| LCH | lch(94.3 30.6 148.8) |
| OKLCH | oklch(0.941 0.083 150.5) |
Copy-ready code
/* CSS */
color: #c4fccf;
background-color: #c4fccf;
/* Tailwind (arbitrary) */
class="text-[#c4fccf] bg-[#c4fccf]"
/* SCSS */
$brand: #c4fccf;
/* SwiftUI */
Color(red: 0.769, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#c4fccf")Accessibility — WCAG contrast
Aa
#c4fccf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fccf on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.8%
Blue81.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#c4fccf text on a black background
contrast 18.17:1
Card sample
#c4fccf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fccf;
Background color
Panel with #c4fccf background
background-color: #c4fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fccf; background: linear-gradient(135deg, #c4fccf, #C4FCF4);