#caf0fd
a pale, electric cyan · cool · closest name: lavender
RGB
202, 240, 253
HSL
195°, 93%, 89%
CMYK
20, 5, 0, 1
Luminance
0.8197
Every format
| HEX | #caf0fd |
| RGB | rgb(202, 240, 253) |
| HSL | hsl(195, 93%, 89%) |
| CMYK | cmyk(20%, 5%, 0%, 1%) |
| LAB | lab(92.6 -9.5 -10.3) |
| LCH | lch(92.6 14.1 227.3) |
| OKLCH | oklch(0.932 0.043 220.5) |
Copy-ready code
/* CSS */
color: #caf0fd;
background-color: #caf0fd;
/* Tailwind (arbitrary) */
class="text-[#caf0fd] bg-[#caf0fd]"
/* SCSS */
$brand: #caf0fd;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#caf0fd")Accessibility — WCAG contrast
Aa
#caf0fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf0fd on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue99.2%
CMYK percentages
Cyan20.2%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#caf0fd text on a black background
contrast 17.39:1
Card sample
#caf0fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf0fd;
Background color
Panel with #caf0fd background
background-color: #caf0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf0fd; background: linear-gradient(135deg, #caf0fd, #CACEFD);