#caf2ac
a light, vivid green · cool · closest name: khaki
RGB
202, 242, 172
HSL
94°, 73%, 81%
CMYK
17, 0, 29, 5
Luminance
0.7904
Every format
| HEX | #caf2ac |
| RGB | rgb(202, 242, 172) |
| HSL | hsl(94, 73%, 81%) |
| CMYK | cmyk(17%, 0%, 29%, 5%) |
| LAB | lab(91.3 -25.1 29.7) |
| LCH | lch(91.3 38.8 130.2) |
| OKLCH | oklch(0.916 0.101 132.3) |
Copy-ready code
/* CSS */
color: #caf2ac;
background-color: #caf2ac;
/* Tailwind (arbitrary) */
class="text-[#caf2ac] bg-[#caf2ac]"
/* SCSS */
$brand: #caf2ac;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#caf2ac")Accessibility — WCAG contrast
Aa
#caf2ac on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2ac on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue67.5%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#caf2ac text on a black background
contrast 16.81:1
Card sample
#caf2ac text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2ac;
Background color
Panel with #caf2ac background
background-color: #caf2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2ac; background: linear-gradient(135deg, #caf2ac, #ACF2BD);