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