#caffc2
a pale, electric green · cool · closest name: aquamarine
RGB
202, 255, 194
HSL
112°, 100%, 88%
CMYK
21, 0, 24, 0
Luminance
0.8797
Every format
| HEX | #caffc2 |
| RGB | rgb(202, 255, 194) |
| HSL | hsl(112, 100%, 88%) |
| CMYK | cmyk(21%, 0%, 24%, 0%) |
| LAB | lab(95.2 -27.9 23.8) |
| LCH | lch(95.2 36.7 139.5) |
| OKLCH | oklch(0.948 0.097 141.4) |
Copy-ready code
/* CSS */
color: #caffc2;
background-color: #caffc2;
/* Tailwind (arbitrary) */
class="text-[#caffc2] bg-[#caffc2]"
/* SCSS */
$brand: #caffc2;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#caffc2")Accessibility — WCAG contrast
Aa
#caffc2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffc2 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue76.1%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#caffc2 text on a black background
contrast 18.59:1
Card sample
#caffc2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffc2;
Background color
Panel with #caffc2 background
background-color: #caffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffc2; background: linear-gradient(135deg, #caffc2, #C2FFE3);