#cafdcc
a pale, electric green · cool · closest name: beige
RGB
202, 253, 204
HSL
122°, 93%, 89%
CMYK
20, 0, 19, 1
Luminance
0.8717
Every format
| HEX | #cafdcc |
| RGB | rgb(202, 253, 204) |
| HSL | hsl(122, 93%, 89%) |
| CMYK | cmyk(20%, 0%, 19%, 1%) |
| LAB | lab(94.8 -25.3 18.2) |
| LCH | lch(94.8 31.2 144.2) |
| OKLCH | oklch(0.946 0.084 145.9) |
Copy-ready code
/* CSS */
color: #cafdcc;
background-color: #cafdcc;
/* Tailwind (arbitrary) */
class="text-[#cafdcc] bg-[#cafdcc]"
/* SCSS */
$brand: #cafdcc;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.800)
/* Android */
Color.parseColor("#cafdcc")Accessibility — WCAG contrast
Aa
#cafdcc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdcc on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue80.0%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow19.4%
Key (black)0.8%
Color previews
#cafdcc text on a black background
contrast 18.43:1
Card sample
#cafdcc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdcc;
Background color
Panel with #cafdcc background
background-color: #cafdcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdcc; background: linear-gradient(135deg, #cafdcc, #CAFDEE);