#c4fbcd
a pale, electric green · cool · closest name: aquamarine
RGB
196, 251, 205
HSL
130°, 87%, 88%
CMYK
22, 0, 18, 2
Luminance
0.8514
Every format
| HEX | #c4fbcd |
| RGB | rgb(196, 251, 205) |
| HSL | hsl(130, 87%, 88%) |
| CMYK | cmyk(22%, 0%, 18%, 2%) |
| LAB | lab(93.9 -26.1 16.5) |
| LCH | lch(93.9 30.8 147.7) |
| OKLCH | oklch(0.938 0.083 149.4) |
Copy-ready code
/* CSS */
color: #c4fbcd;
background-color: #c4fbcd;
/* Tailwind (arbitrary) */
class="text-[#c4fbcd] bg-[#c4fbcd]"
/* SCSS */
$brand: #c4fbcd;
/* SwiftUI */
Color(red: 0.769, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#c4fbcd")Accessibility — WCAG contrast
Aa
#c4fbcd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fbcd on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.4%
Blue80.4%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#c4fbcd text on a black background
contrast 18.03:1
Card sample
#c4fbcd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fbcd;
Background color
Panel with #c4fbcd background
background-color: #c4fbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fbcd; background: linear-gradient(135deg, #c4fbcd, #C4FBF2);