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