#cafcca
a pale, electric green · cool · closest name: beige
RGB
202, 252, 202
HSL
120°, 89%, 89%
CMYK
20, 0, 20, 1
Luminance
0.8644
Every format
| HEX | #cafcca |
| RGB | rgb(202, 252, 202) |
| HSL | hsl(120, 89%, 89%) |
| CMYK | cmyk(20%, 0%, 20%, 1%) |
| LAB | lab(94.5 -25.1 18.8) |
| LCH | lch(94.5 31.4 143.2) |
| OKLCH | oklch(0.944 0.084 144.9) |
Copy-ready code
/* CSS */
color: #cafcca;
background-color: #cafcca;
/* Tailwind (arbitrary) */
class="text-[#cafcca] bg-[#cafcca]"
/* SCSS */
$brand: #cafcca;
/* SwiftUI */
Color(red: 0.792, green: 0.988, blue: 0.792)
/* Android */
Color.parseColor("#cafcca")Accessibility — WCAG contrast
Aa
#cafcca on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafcca on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.8%
Blue79.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow19.8%
Key (black)1.2%
Color previews
#cafcca text on a black background
contrast 18.29:1
Card sample
#cafcca text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafcca;
Background color
Panel with #cafcca background
background-color: #cafcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 252, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 252, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafcca; background: linear-gradient(135deg, #cafcca, #CAFCEB);