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