#ccfac4
a pale, electric green · cool · closest name: beige
RGB
204, 250, 196
HSL
111°, 84%, 88%
CMYK
18, 0, 22, 2
Luminance
0.8519
Every format
| HEX | #ccfac4 |
| RGB | rgb(204, 250, 196) |
| HSL | hsl(111, 84%, 88%) |
| CMYK | cmyk(18%, 0%, 22%, 2%) |
| LAB | lab(94.0 -24.5 21.2) |
| LCH | lch(94.0 32.4 139.2) |
| OKLCH | oklch(0.939 0.086 140.9) |
Copy-ready code
/* CSS */
color: #ccfac4;
background-color: #ccfac4;
/* Tailwind (arbitrary) */
class="text-[#ccfac4] bg-[#ccfac4]"
/* SCSS */
$brand: #ccfac4;
/* SwiftUI */
Color(red: 0.800, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#ccfac4")Accessibility — WCAG contrast
Aa
#ccfac4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfac4 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.0%
Blue76.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#ccfac4 text on a black background
contrast 18.04:1
Card sample
#ccfac4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfac4;
Background color
Panel with #ccfac4 background
background-color: #ccfac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfac4; background: linear-gradient(135deg, #ccfac4, #C4FAE0);