#ccfac2
a pale, electric green · cool · closest name: beige
RGB
204, 250, 194
HSL
109°, 85%, 87%
CMYK
18, 0, 22, 2
Luminance
0.8510
Every format
| HEX | #ccfac2 |
| RGB | rgb(204, 250, 194) |
| HSL | hsl(109, 85%, 87%) |
| CMYK | cmyk(18%, 0%, 22%, 2%) |
| LAB | lab(93.9 -24.8 22.1) |
| LCH | lch(93.9 33.3 138.3) |
| OKLCH | oklch(0.939 0.088 140.1) |
Copy-ready code
/* CSS */
color: #ccfac2;
background-color: #ccfac2;
/* Tailwind (arbitrary) */
class="text-[#ccfac2] bg-[#ccfac2]"
/* SCSS */
$brand: #ccfac2;
/* SwiftUI */
Color(red: 0.800, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#ccfac2")Accessibility — WCAG contrast
Aa
#ccfac2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfac2 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.0%
Blue76.1%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#ccfac2 text on a black background
contrast 18.02:1
Card sample
#ccfac2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfac2;
Background color
Panel with #ccfac2 background
background-color: #ccfac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfac2; background: linear-gradient(135deg, #ccfac2, #C2FADD);