#cafade
a pale, electric green · cool · closest name: beige
RGB
202, 250, 222
HSL
145°, 83%, 89%
CMYK
19, 0, 11, 2
Luminance
0.8620
Every format
| HEX | #cafade |
| RGB | rgb(202, 250, 222) |
| HSL | hsl(145, 83%, 89%) |
| CMYK | cmyk(19%, 0%, 11%, 2%) |
| LAB | lab(94.4 -20.6 8.4) |
| LCH | lch(94.4 22.3 157.8) |
| OKLCH | oklch(0.944 0.062 159.4) |
Copy-ready code
/* CSS */
color: #cafade;
background-color: #cafade;
/* Tailwind (arbitrary) */
class="text-[#cafade] bg-[#cafade]"
/* SCSS */
$brand: #cafade;
/* SwiftUI */
Color(red: 0.792, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#cafade")Accessibility — WCAG contrast
Aa
#cafade on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafade on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.0%
Blue87.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#cafade text on a black background
contrast 18.24:1
Card sample
#cafade text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafade;
Background color
Panel with #cafade background
background-color: #cafade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafade; background: linear-gradient(135deg, #cafade, #CAF6FA);