#caf3af
a light, vivid green · cool · closest name: khaki
RGB
202, 243, 175
HSL
96°, 74%, 82%
CMYK
17, 0, 28, 5
Luminance
0.7975
Every format
| HEX | #caf3af |
| RGB | rgb(202, 243, 175) |
| HSL | hsl(96, 74%, 82%) |
| CMYK | cmyk(17%, 0%, 28%, 5%) |
| LAB | lab(91.6 -25.1 28.6) |
| LCH | lch(91.6 38.0 131.3) |
| OKLCH | oklch(0.918 0.099 133.3) |
Copy-ready code
/* CSS */
color: #caf3af;
background-color: #caf3af;
/* Tailwind (arbitrary) */
class="text-[#caf3af] bg-[#caf3af]"
/* SCSS */
$brand: #caf3af;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#caf3af")Accessibility — WCAG contrast
Aa
#caf3af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf3af on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue68.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#caf3af text on a black background
contrast 16.95:1
Card sample
#caf3af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf3af;
Background color
Panel with #caf3af background
background-color: #caf3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf3af; background: linear-gradient(135deg, #caf3af, #AFF3C1);