#ccf7b2
a light, electric green · cool · closest name: khaki
RGB
204, 247, 178
HSL
97°, 81%, 83%
CMYK
17, 0, 28, 3
Luminance
0.8257
Every format
| HEX | #ccf7b2 |
| RGB | rgb(204, 247, 178) |
| HSL | hsl(97, 81%, 83%) |
| CMYK | cmyk(17%, 0%, 28%, 3%) |
| LAB | lab(92.8 -25.9 28.8) |
| LCH | lch(92.8 38.7 132.0) |
| OKLCH | oklch(0.929 0.101 134.0) |
Copy-ready code
/* CSS */
color: #ccf7b2;
background-color: #ccf7b2;
/* Tailwind (arbitrary) */
class="text-[#ccf7b2] bg-[#ccf7b2]"
/* SCSS */
$brand: #ccf7b2;
/* SwiftUI */
Color(red: 0.800, green: 0.969, blue: 0.698)
/* Android */
Color.parseColor("#ccf7b2")Accessibility — WCAG contrast
Aa
#ccf7b2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf7b2 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.9%
Blue69.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow27.9%
Key (black)3.1%
Color previews
#ccf7b2 text on a black background
contrast 17.51:1
Card sample
#ccf7b2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf7b2;
Background color
Panel with #ccf7b2 background
background-color: #ccf7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 247, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 247, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf7b2; background: linear-gradient(135deg, #ccf7b2, #B2F7C6);