#cafeca
a pale, electric green · cool · closest name: aquamarine
RGB
202, 254, 202
HSL
120°, 96%, 89%
CMYK
21, 0, 21, 0
Luminance
0.8770
Every format
| HEX | #cafeca |
| RGB | rgb(202, 254, 202) |
| HSL | hsl(120, 96%, 89%) |
| CMYK | cmyk(21%, 0%, 21%, 0%) |
| LAB | lab(95.0 -26.1 19.6) |
| LCH | lch(95.0 32.6 143.1) |
| OKLCH | oklch(0.948 0.087 144.8) |
Copy-ready code
/* CSS */
color: #cafeca;
background-color: #cafeca;
/* Tailwind (arbitrary) */
class="text-[#cafeca] bg-[#cafeca]"
/* SCSS */
$brand: #cafeca;
/* SwiftUI */
Color(red: 0.792, green: 0.996, blue: 0.792)
/* Android */
Color.parseColor("#cafeca")Accessibility — WCAG contrast
Aa
#cafeca on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafeca on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.6%
Blue79.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow20.5%
Key (black)0.4%
Color previews
#cafeca text on a black background
contrast 18.54:1
Card sample
#cafeca text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafeca;
Background color
Panel with #cafeca background
background-color: #cafeca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafeca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 254, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 254, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafeca; background: linear-gradient(135deg, #cafeca, #CAFEED);