#c4fbdf
a pale, electric green · cool · closest name: beige
RGB
196, 251, 223
HSL
150°, 87%, 88%
CMYK
22, 0, 11, 2
Luminance
0.8606
Every format
| HEX | #c4fbdf |
| RGB | rgb(196, 251, 223) |
| HSL | hsl(150, 87%, 88%) |
| CMYK | cmyk(22%, 0%, 11%, 2%) |
| LAB | lab(94.3 -22.8 7.8) |
| LCH | lch(94.3 24.1 161.2) |
| OKLCH | oklch(0.943 0.067 162.7) |
Copy-ready code
/* CSS */
color: #c4fbdf;
background-color: #c4fbdf;
/* Tailwind (arbitrary) */
class="text-[#c4fbdf] bg-[#c4fbdf]"
/* SCSS */
$brand: #c4fbdf;
/* SwiftUI */
Color(red: 0.769, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c4fbdf")Accessibility — WCAG contrast
Aa
#c4fbdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fbdf on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.4%
Blue87.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c4fbdf text on a black background
contrast 18.21:1
Card sample
#c4fbdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fbdf;
Background color
Panel with #c4fbdf background
background-color: #c4fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fbdf; background: linear-gradient(135deg, #c4fbdf, #C4F2FB);