#caf7eb
a pale, vivid cyan · cool · closest name: ivory
RGB
202, 247, 235
HSL
164°, 74%, 88%
CMYK
18, 0, 5, 3
Luminance
0.8508
Every format
| HEX | #caf7eb |
| RGB | rgb(202, 247, 235) |
| HSL | hsl(164, 74%, 88%) |
| CMYK | cmyk(18%, 0%, 5%, 3%) |
| LAB | lab(93.9 -16.7 1.0) |
| LCH | lch(93.9 16.7 176.6) |
| OKLCH | oklch(0.941 0.049 177.2) |
Copy-ready code
/* CSS */
color: #caf7eb;
background-color: #caf7eb;
/* Tailwind (arbitrary) */
class="text-[#caf7eb] bg-[#caf7eb]"
/* SCSS */
$brand: #caf7eb;
/* SwiftUI */
Color(red: 0.792, green: 0.969, blue: 0.922)
/* Android */
Color.parseColor("#caf7eb")Accessibility — WCAG contrast
Aa
#caf7eb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf7eb on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.9%
Blue92.2%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow4.9%
Key (black)3.1%
Color previews
#caf7eb text on a black background
contrast 18.02:1
Card sample
#caf7eb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf7eb;
Background color
Panel with #caf7eb background
background-color: #caf7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 247, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 247, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf7eb; background: linear-gradient(135deg, #caf7eb, #CAE5F7);