#ccfacc
a pale, electric green · cool · closest name: beige
RGB
204, 250, 204
HSL
120°, 82%, 89%
CMYK
18, 0, 18, 2
Luminance
0.8557
Every format
| HEX | #ccfacc |
| RGB | rgb(204, 250, 204) |
| HSL | hsl(120, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 18%, 2%) |
| LAB | lab(94.1 -23.2 17.3) |
| LCH | lch(94.1 28.9 143.3) |
| OKLCH | oklch(0.941 0.077 144.9) |
Copy-ready code
/* CSS */
color: #ccfacc;
background-color: #ccfacc;
/* Tailwind (arbitrary) */
class="text-[#ccfacc] bg-[#ccfacc]"
/* SCSS */
$brand: #ccfacc;
/* SwiftUI */
Color(red: 0.800, green: 0.980, blue: 0.800)
/* Android */
Color.parseColor("#ccfacc")Accessibility — WCAG contrast
Aa
#ccfacc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfacc on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.0%
Blue80.0%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow18.4%
Key (black)2.0%
Color previews
#ccfacc text on a black background
contrast 18.11:1
Card sample
#ccfacc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfacc;
Background color
Panel with #ccfacc background
background-color: #ccfacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 250, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 250, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfacc; background: linear-gradient(135deg, #ccfacc, #CCFAEB);