#caf6fd
a pale, electric cyan · cool · closest name: white
RGB
202, 246, 253
HSL
188°, 93%, 89%
CMYK
20, 3, 0, 1
Luminance
0.8556
Every format
| HEX | #caf6fd |
| RGB | rgb(202, 246, 253) |
| HSL | hsl(188, 93%, 89%) |
| CMYK | cmyk(20%, 3%, 0%, 1%) |
| LAB | lab(94.1 -12.6 -8.0) |
| LCH | lch(94.1 14.9 212.6) |
| OKLCH | oklch(0.945 0.046 208.2) |
Copy-ready code
/* CSS */
color: #caf6fd;
background-color: #caf6fd;
/* Tailwind (arbitrary) */
class="text-[#caf6fd] bg-[#caf6fd]"
/* SCSS */
$brand: #caf6fd;
/* SwiftUI */
Color(red: 0.792, green: 0.965, blue: 0.992)
/* Android */
Color.parseColor("#caf6fd")Accessibility — WCAG contrast
Aa
#caf6fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf6fd on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.5%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta2.8%
Yellow0.0%
Key (black)0.8%
Color previews
#caf6fd text on a black background
contrast 18.11:1
Card sample
#caf6fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf6fd;
Background color
Panel with #caf6fd background
background-color: #caf6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 246, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 246, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf6fd; background: linear-gradient(135deg, #caf6fd, #CAD4FD);