#caf0af
a light, vivid green · cool · closest name: khaki
RGB
202, 240, 175
HSL
95°, 68%, 81%
CMYK
16, 0, 27, 6
Luminance
0.7797
Every format
| HEX | #caf0af |
| RGB | rgb(202, 240, 175) |
| HSL | hsl(95, 68%, 81%) |
| CMYK | cmyk(16%, 0%, 27%, 6%) |
| LAB | lab(90.8 -23.7 27.5) |
| LCH | lch(90.8 36.3 130.7) |
| OKLCH | oklch(0.912 0.095 132.7) |
Copy-ready code
/* CSS */
color: #caf0af;
background-color: #caf0af;
/* Tailwind (arbitrary) */
class="text-[#caf0af] bg-[#caf0af]"
/* SCSS */
$brand: #caf0af;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#caf0af")Accessibility — WCAG contrast
Aa
#caf0af on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf0af on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue68.6%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#caf0af text on a black background
contrast 16.59:1
Card sample
#caf0af text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf0af;
Background color
Panel with #caf0af background
background-color: #caf0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf0af; background: linear-gradient(135deg, #caf0af, #AFF0BF);