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