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