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