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