#caf8af
a light, electric green · cool · closest name: khaki
RGB
202, 248, 175
HSL
98°, 84%, 83%
CMYK
19, 0, 29, 3
Luminance
0.8279
Every format
| HEX | #caf8af |
| RGB | rgb(202, 248, 175) |
| HSL | hsl(98, 84%, 83%) |
| CMYK | cmyk(19%, 0%, 29%, 3%) |
| LAB | lab(92.9 -27.5 30.4) |
| LCH | lch(92.9 41.0 132.1) |
| OKLCH | oklch(0.929 0.107 134.3) |
Copy-ready code
/* CSS */
color: #caf8af;
background-color: #caf8af;
/* Tailwind (arbitrary) */
class="text-[#caf8af] bg-[#caf8af]"
/* SCSS */
$brand: #caf8af;
/* SwiftUI */
Color(red: 0.792, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#caf8af")Accessibility — WCAG contrast
Aa
#caf8af on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf8af on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green97.3%
Blue68.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#caf8af text on a black background
contrast 17.56:1
Card sample
#caf8af text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf8af;
Background color
Panel with #caf8af background
background-color: #caf8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf8af; background: linear-gradient(135deg, #caf8af, #AFF8C5);