#cafba2
a light, electric green · cool · closest name: khaki
RGB
202, 251, 162
HSL
93°, 92%, 81%
CMYK
20, 0, 36, 2
Luminance
0.8416
Every format
| HEX | #cafba2 |
| RGB | rgb(202, 251, 162) |
| HSL | hsl(93, 92%, 81%) |
| CMYK | cmyk(20%, 0%, 36%, 2%) |
| LAB | lab(93.5 -30.7 37.7) |
| LCH | lch(93.5 48.6 129.2) |
| OKLCH | oklch(0.933 0.126 131.9) |
Copy-ready code
/* CSS */
color: #cafba2;
background-color: #cafba2;
/* Tailwind (arbitrary) */
class="text-[#cafba2] bg-[#cafba2]"
/* SCSS */
$brand: #cafba2;
/* SwiftUI */
Color(red: 0.792, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#cafba2")Accessibility — WCAG contrast
Aa
#cafba2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafba2 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.4%
Blue63.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow35.5%
Key (black)1.6%
Color previews
#cafba2 text on a black background
contrast 17.83:1
Card sample
#cafba2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafba2;
Background color
Panel with #cafba2 background
background-color: #cafba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafba2; background: linear-gradient(135deg, #cafba2, #A2FBB5);