#cafdf4
a pale, electric cyan · cool · closest name: ivory
RGB
202, 253, 244
HSL
169°, 93%, 89%
CMYK
20, 0, 4, 1
Luminance
0.8934
Every format
| HEX | #cafdf4 |
| RGB | rgb(202, 253, 244) |
| HSL | hsl(169, 93%, 89%) |
| CMYK | cmyk(20%, 0%, 4%, 1%) |
| LAB | lab(95.7 -17.9 -1.0) |
| LCH | lch(95.7 17.9 183.3) |
| OKLCH | oklch(0.956 0.053 183.2) |
Copy-ready code
/* CSS */
color: #cafdf4;
background-color: #cafdf4;
/* Tailwind (arbitrary) */
class="text-[#cafdf4] bg-[#cafdf4]"
/* SCSS */
$brand: #cafdf4;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.957)
/* Android */
Color.parseColor("#cafdf4")Accessibility — WCAG contrast
Aa
#cafdf4 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdf4 on black: 18.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue95.7%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow3.6%
Key (black)0.8%
Color previews
#cafdf4 text on a black background
contrast 18.87:1
Card sample
#cafdf4 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdf4;
Background color
Panel with #cafdf4 background
background-color: #cafdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdf4; background: linear-gradient(135deg, #cafdf4, #CAE4FD);