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