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