#caf5eb
a pale, vivid cyan · cool · closest name: ivory
RGB
202, 245, 235
HSL
166°, 68%, 88%
CMYK
18, 0, 4, 4
Luminance
0.8386
Every format
| HEX | #caf5eb |
| RGB | rgb(202, 245, 235) |
| HSL | hsl(166, 68%, 88%) |
| CMYK | cmyk(18%, 0%, 4%, 4%) |
| LAB | lab(93.4 -15.7 0.2) |
| LCH | lch(93.4 15.7 179.2) |
| OKLCH | oklch(0.937 0.046 179.5) |
Copy-ready code
/* CSS */
color: #caf5eb;
background-color: #caf5eb;
/* Tailwind (arbitrary) */
class="text-[#caf5eb] bg-[#caf5eb]"
/* SCSS */
$brand: #caf5eb;
/* SwiftUI */
Color(red: 0.792, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#caf5eb")Accessibility — WCAG contrast
Aa
#caf5eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf5eb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.1%
Blue92.2%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#caf5eb text on a black background
contrast 17.77:1
Card sample
#caf5eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf5eb;
Background color
Panel with #caf5eb background
background-color: #caf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf5eb; background: linear-gradient(135deg, #caf5eb, #CAE2F5);