#caf2f7
a pale, vivid cyan · cool · closest name: white
RGB
202, 242, 247
HSL
187°, 74%, 88%
CMYK
18, 2, 0, 3
Luminance
0.8278
Every format
| HEX | #caf2f7 |
| RGB | rgb(202, 242, 247) |
| HSL | hsl(187, 74%, 88%) |
| CMYK | cmyk(18%, 2%, 0%, 3%) |
| LAB | lab(92.9 -11.8 -6.7) |
| LCH | lch(92.9 13.6 209.6) |
| OKLCH | oklch(0.934 0.042 205.7) |
Copy-ready code
/* CSS */
color: #caf2f7;
background-color: #caf2f7;
/* Tailwind (arbitrary) */
class="text-[#caf2f7] bg-[#caf2f7]"
/* SCSS */
$brand: #caf2f7;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.969)
/* Android */
Color.parseColor("#caf2f7")Accessibility — WCAG contrast
Aa
#caf2f7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2f7 on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta2.0%
Yellow0.0%
Key (black)3.1%
Color previews
#caf2f7 text on a black background
contrast 17.56:1
Card sample
#caf2f7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2f7;
Background color
Panel with #caf2f7 background
background-color: #caf2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2f7; background: linear-gradient(135deg, #caf2f7, #CAD4F7);