#caf2fc
a pale, electric cyan · cool · closest name: lavender
RGB
202, 242, 252
HSL
192°, 89%, 89%
CMYK
20, 4, 0, 1
Luminance
0.8309
Every format
| HEX | #caf2fc |
| RGB | rgb(202, 242, 252) |
| HSL | hsl(192, 89%, 89%) |
| CMYK | cmyk(20%, 4%, 0%, 1%) |
| LAB | lab(93.0 -10.8 -9.1) |
| LCH | lch(93.0 14.1 220.2) |
| OKLCH | oklch(0.936 0.043 214.6) |
Copy-ready code
/* CSS */
color: #caf2fc;
background-color: #caf2fc;
/* Tailwind (arbitrary) */
class="text-[#caf2fc] bg-[#caf2fc]"
/* SCSS */
$brand: #caf2fc;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#caf2fc")Accessibility — WCAG contrast
Aa
#caf2fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2fc on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue98.8%
CMYK percentages
Cyan19.8%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#caf2fc text on a black background
contrast 17.62:1
Card sample
#caf2fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2fc;
Background color
Panel with #caf2fc background
background-color: #caf2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2fc; background: linear-gradient(135deg, #caf2fc, #CAD1FC);