#caf9eb
a pale, electric cyan · cool · closest name: ivory
RGB
202, 249, 235
HSL
162°, 80%, 88%
CMYK
19, 0, 6, 2
Luminance
0.8631
Every format
| HEX | #caf9eb |
| RGB | rgb(202, 249, 235) |
| HSL | hsl(162, 80%, 88%) |
| CMYK | cmyk(19%, 0%, 6%, 2%) |
| LAB | lab(94.4 -17.7 1.8) |
| LCH | lch(94.4 17.8 174.3) |
| OKLCH | oklch(0.946 0.052 175.1) |
Copy-ready code
/* CSS */
color: #caf9eb;
background-color: #caf9eb;
/* Tailwind (arbitrary) */
class="text-[#caf9eb] bg-[#caf9eb]"
/* SCSS */
$brand: #caf9eb;
/* SwiftUI */
Color(red: 0.792, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#caf9eb")Accessibility — WCAG contrast
Aa
#caf9eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf9eb on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green97.6%
Blue92.2%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#caf9eb text on a black background
contrast 18.26:1
Card sample
#caf9eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf9eb;
Background color
Panel with #caf9eb background
background-color: #caf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf9eb; background: linear-gradient(135deg, #caf9eb, #CAE8F9);