#caf9ba
a pale, electric green · cool · closest name: aquamarine
RGB
202, 249, 186
HSL
105°, 84%, 85%
CMYK
19, 0, 25, 2
Luminance
0.8385
Every format
| HEX | #caf9ba |
| RGB | rgb(202, 249, 186) |
| HSL | hsl(105, 84%, 85%) |
| CMYK | cmyk(19%, 0%, 25%, 2%) |
| LAB | lab(93.4 -26.3 25.5) |
| LCH | lch(93.4 36.6 135.9) |
| OKLCH | oklch(0.934 0.096 137.9) |
Copy-ready code
/* CSS */
color: #caf9ba;
background-color: #caf9ba;
/* Tailwind (arbitrary) */
class="text-[#caf9ba] bg-[#caf9ba]"
/* SCSS */
$brand: #caf9ba;
/* SwiftUI */
Color(red: 0.792, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#caf9ba")Accessibility — WCAG contrast
Aa
#caf9ba on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf9ba on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green97.6%
Blue72.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#caf9ba text on a black background
contrast 17.77:1
Card sample
#caf9ba text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf9ba;
Background color
Panel with #caf9ba background
background-color: #caf9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf9ba; background: linear-gradient(135deg, #caf9ba, #BAF9D4);