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