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