#caf2eb
a pale, vivid cyan · cool · closest name: ivory
RGB
202, 242, 235
HSL
170°, 61%, 87%
CMYK
17, 0, 3, 5
Luminance
0.8206
Every format
| HEX | #caf2eb |
| RGB | rgb(202, 242, 235) |
| HSL | hsl(170, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 3%, 5%) |
| LAB | lab(92.6 -14.2 -0.9) |
| LCH | lch(92.6 14.3 183.7) |
| OKLCH | oklch(0.931 0.042 183.6) |
Copy-ready code
/* CSS */
color: #caf2eb;
background-color: #caf2eb;
/* Tailwind (arbitrary) */
class="text-[#caf2eb] bg-[#caf2eb]"
/* SCSS */
$brand: #caf2eb;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#caf2eb")Accessibility — WCAG contrast
Aa
#caf2eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2eb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue92.2%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#caf2eb text on a black background
contrast 17.41:1
Card sample
#caf2eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2eb;
Background color
Panel with #caf2eb background
background-color: #caf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2eb; background: linear-gradient(135deg, #caf2eb, #CADEF2);