#ccf6b2
a light, electric green · cool · closest name: khaki
RGB
204, 246, 178
HSL
97°, 79%, 83%
CMYK
17, 0, 28, 4
Luminance
0.8196
Every format
| HEX | #ccf6b2 |
| RGB | rgb(204, 246, 178) |
| HSL | hsl(97, 79%, 83%) |
| CMYK | cmyk(17%, 0%, 28%, 4%) |
| LAB | lab(92.6 -25.4 28.4) |
| LCH | lch(92.6 38.1 131.8) |
| OKLCH | oklch(0.927 0.099 133.8) |
Copy-ready code
/* CSS */
color: #ccf6b2;
background-color: #ccf6b2;
/* Tailwind (arbitrary) */
class="text-[#ccf6b2] bg-[#ccf6b2]"
/* SCSS */
$brand: #ccf6b2;
/* SwiftUI */
Color(red: 0.800, green: 0.965, blue: 0.698)
/* Android */
Color.parseColor("#ccf6b2")Accessibility — WCAG contrast
Aa
#ccf6b2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf6b2 on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.5%
Blue69.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow27.6%
Key (black)3.5%
Color previews
#ccf6b2 text on a black background
contrast 17.39:1
Card sample
#ccf6b2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf6b2;
Background color
Panel with #ccf6b2 background
background-color: #ccf6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 246, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 246, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf6b2; background: linear-gradient(135deg, #ccf6b2, #B2F6C5);