#caf5b3
a light, electric green · cool · closest name: khaki
RGB
202, 245, 179
HSL
99°, 77%, 83%
CMYK
18, 0, 27, 4
Luminance
0.8112
Every format
| HEX | #caf5b3 |
| RGB | rgb(202, 245, 179) |
| HSL | hsl(99, 77%, 83%) |
| CMYK | cmyk(18%, 0%, 27%, 4%) |
| LAB | lab(92.2 -25.5 27.4) |
| LCH | lch(92.2 37.4 132.9) |
| OKLCH | oklch(0.924 0.098 134.9) |
Copy-ready code
/* CSS */
color: #caf5b3;
background-color: #caf5b3;
/* Tailwind (arbitrary) */
class="text-[#caf5b3] bg-[#caf5b3]"
/* SCSS */
$brand: #caf5b3;
/* SwiftUI */
Color(red: 0.792, green: 0.961, blue: 0.702)
/* Android */
Color.parseColor("#caf5b3")Accessibility — WCAG contrast
Aa
#caf5b3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf5b3 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.1%
Blue70.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow26.9%
Key (black)3.9%
Color previews
#caf5b3 text on a black background
contrast 17.22:1
Card sample
#caf5b3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf5b3;
Background color
Panel with #caf5b3 background
background-color: #caf5b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf5b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 245, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 245, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf5b3; background: linear-gradient(135deg, #caf5b3, #B3F5C8);