#caf0eb
a pale, vivid cyan · cool · closest name: white
RGB
202, 240, 235
HSL
172°, 56%, 87%
CMYK
16, 0, 2, 6
Luminance
0.8087
Every format
| HEX | #caf0eb |
| RGB | rgb(202, 240, 235) |
| HSL | hsl(172, 56%, 87%) |
| CMYK | cmyk(16%, 0%, 2%, 6%) |
| LAB | lab(92.1 -13.2 -1.7) |
| LCH | lch(92.1 13.3 187.3) |
| OKLCH | oklch(0.927 0.040 186.8) |
Copy-ready code
/* CSS */
color: #caf0eb;
background-color: #caf0eb;
/* Tailwind (arbitrary) */
class="text-[#caf0eb] bg-[#caf0eb]"
/* SCSS */
$brand: #caf0eb;
/* SwiftUI */
Color(red: 0.792, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#caf0eb")Accessibility — WCAG contrast
Aa
#caf0eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf0eb on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.1%
Blue92.2%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#caf0eb text on a black background
contrast 17.17:1
Card sample
#caf0eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf0eb;
Background color
Panel with #caf0eb background
background-color: #caf0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf0eb; background: linear-gradient(135deg, #caf0eb, #CADCF0);