#ccfba9
a light, electric green · cool · closest name: khaki
RGB
204, 251, 169
HSL
94°, 91%, 82%
CMYK
19, 0, 33, 2
Luminance
0.8470
Every format
| HEX | #ccfba9 |
| RGB | rgb(204, 251, 169) |
| HSL | hsl(94, 91%, 82%) |
| CMYK | cmyk(19%, 0%, 33%, 2%) |
| LAB | lab(93.8 -29.1 34.5) |
| LCH | lch(93.8 45.1 130.1) |
| OKLCH | oklch(0.936 0.117 132.5) |
Copy-ready code
/* CSS */
color: #ccfba9;
background-color: #ccfba9;
/* Tailwind (arbitrary) */
class="text-[#ccfba9] bg-[#ccfba9]"
/* SCSS */
$brand: #ccfba9;
/* SwiftUI */
Color(red: 0.800, green: 0.984, blue: 0.663)
/* Android */
Color.parseColor("#ccfba9")Accessibility — WCAG contrast
Aa
#ccfba9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfba9 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.4%
Blue66.3%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow32.7%
Key (black)1.6%
Color previews
#ccfba9 text on a black background
contrast 17.94:1
Card sample
#ccfba9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfba9;
Background color
Panel with #ccfba9 background
background-color: #ccfba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 251, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 251, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfba9; background: linear-gradient(135deg, #ccfba9, #A9FBBD);