#caf1eb
a pale, vivid cyan · cool · closest name: white
RGB
202, 241, 235
HSL
171°, 58%, 87%
CMYK
16, 0, 3, 6
Luminance
0.8147
Every format
| HEX | #caf1eb |
| RGB | rgb(202, 241, 235) |
| HSL | hsl(171, 58%, 87%) |
| CMYK | cmyk(16%, 0%, 3%, 6%) |
| LAB | lab(92.3 -13.7 -1.3) |
| LCH | lch(92.3 13.8 185.5) |
| OKLCH | oklch(0.929 0.041 185.2) |
Copy-ready code
/* CSS */
color: #caf1eb;
background-color: #caf1eb;
/* Tailwind (arbitrary) */
class="text-[#caf1eb] bg-[#caf1eb]"
/* SCSS */
$brand: #caf1eb;
/* SwiftUI */
Color(red: 0.792, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#caf1eb")Accessibility — WCAG contrast
Aa
#caf1eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf1eb on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.5%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#caf1eb text on a black background
contrast 17.29:1
Card sample
#caf1eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf1eb;
Background color
Panel with #caf1eb background
background-color: #caf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf1eb; background: linear-gradient(135deg, #caf1eb, #CADDF1);