#ccfba0
a light, electric green · cool · closest name: khaki
RGB
204, 251, 160
HSL
91°, 92%, 81%
CMYK
19, 0, 36, 2
Luminance
0.8437
Every format
| HEX | #ccfba0 |
| RGB | rgb(204, 251, 160) |
| HSL | hsl(91, 92%, 81%) |
| CMYK | cmyk(19%, 0%, 36%, 2%) |
| LAB | lab(93.6 -30.3 38.8) |
| LCH | lch(93.6 49.2 127.9) |
| OKLCH | oklch(0.934 0.127 130.7) |
Copy-ready code
/* CSS */
color: #ccfba0;
background-color: #ccfba0;
/* Tailwind (arbitrary) */
class="text-[#ccfba0] bg-[#ccfba0]"
/* SCSS */
$brand: #ccfba0;
/* SwiftUI */
Color(red: 0.800, green: 0.984, blue: 0.627)
/* Android */
Color.parseColor("#ccfba0")Accessibility — WCAG contrast
Aa
#ccfba0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfba0 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.4%
Blue62.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow36.3%
Key (black)1.6%
Color previews
#ccfba0 text on a black background
contrast 17.87:1
Card sample
#ccfba0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfba0;
Background color
Panel with #ccfba0 background
background-color: #ccfba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 251, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 251, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfba0; background: linear-gradient(135deg, #ccfba0, #A0FBB1);