#cafdec
a pale, electric cyan · cool · closest name: beige
RGB
202, 253, 236
HSL
160°, 93%, 89%
CMYK
20, 0, 7, 1
Luminance
0.8886
Every format
| HEX | #cafdec |
| RGB | rgb(202, 253, 236) |
| HSL | hsl(160, 93%, 89%) |
| CMYK | cmyk(20%, 0%, 7%, 1%) |
| LAB | lab(95.5 -19.4 2.8) |
| LCH | lch(95.5 19.6 171.8) |
| OKLCH | oklch(0.954 0.057 172.7) |
Copy-ready code
/* CSS */
color: #cafdec;
background-color: #cafdec;
/* Tailwind (arbitrary) */
class="text-[#cafdec] bg-[#cafdec]"
/* SCSS */
$brand: #cafdec;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#cafdec")Accessibility — WCAG contrast
Aa
#cafdec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdec on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue92.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#cafdec text on a black background
contrast 18.77:1
Card sample
#cafdec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdec;
Background color
Panel with #cafdec background
background-color: #cafdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdec; background: linear-gradient(135deg, #cafdec, #CAECFD);