#caffc5
a pale, electric green · cool · closest name: aquamarine
RGB
202, 255, 197
HSL
115°, 100%, 89%
CMYK
21, 0, 23, 0
Luminance
0.8811
Every format
| HEX | #caffc5 |
| RGB | rgb(202, 255, 197) |
| HSL | hsl(115, 100%, 89%) |
| CMYK | cmyk(21%, 0%, 23%, 0%) |
| LAB | lab(95.2 -27.4 22.4) |
| LCH | lch(95.2 35.4 140.8) |
| OKLCH | oklch(0.949 0.094 142.6) |
Copy-ready code
/* CSS */
color: #caffc5;
background-color: #caffc5;
/* Tailwind (arbitrary) */
class="text-[#caffc5] bg-[#caffc5]"
/* SCSS */
$brand: #caffc5;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.773)
/* Android */
Color.parseColor("#caffc5")Accessibility — WCAG contrast
Aa
#caffc5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffc5 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue77.3%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow22.7%
Key (black)0.0%
Color previews
#caffc5 text on a black background
contrast 18.62:1
Card sample
#caffc5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffc5;
Background color
Panel with #caffc5 background
background-color: #caffc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffc5; background: linear-gradient(135deg, #caffc5, #C5FFE7);