#caf5af
a light, electric green · cool · closest name: khaki
RGB
202, 245, 175
HSL
97°, 78%, 82%
CMYK
18, 0, 29, 4
Luminance
0.8096
Every format
| HEX | #caf5af |
| RGB | rgb(202, 245, 175) |
| HSL | hsl(97, 78%, 82%) |
| CMYK | cmyk(18%, 0%, 29%, 4%) |
| LAB | lab(92.1 -26.1 29.3) |
| LCH | lch(92.1 39.2 131.6) |
| OKLCH | oklch(0.923 0.102 133.7) |
Copy-ready code
/* CSS */
color: #caf5af;
background-color: #caf5af;
/* Tailwind (arbitrary) */
class="text-[#caf5af] bg-[#caf5af]"
/* SCSS */
$brand: #caf5af;
/* SwiftUI */
Color(red: 0.792, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#caf5af")Accessibility — WCAG contrast
Aa
#caf5af on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf5af on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.1%
Blue68.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#caf5af text on a black background
contrast 17.19:1
Card sample
#caf5af text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf5af;
Background color
Panel with #caf5af background
background-color: #caf5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf5af; background: linear-gradient(135deg, #caf5af, #AFF5C3);