#caf4eb
a pale, vivid cyan · cool · closest name: ivory
RGB
202, 244, 235
HSL
167°, 66%, 88%
CMYK
17, 0, 4, 4
Luminance
0.8326
Every format
| HEX | #caf4eb |
| RGB | rgb(202, 244, 235) |
| HSL | hsl(167, 66%, 88%) |
| CMYK | cmyk(17%, 0%, 4%, 4%) |
| LAB | lab(93.1 -15.2 -0.1) |
| LCH | lch(93.1 15.2 180.6) |
| OKLCH | oklch(0.935 0.045 180.8) |
Copy-ready code
/* CSS */
color: #caf4eb;
background-color: #caf4eb;
/* Tailwind (arbitrary) */
class="text-[#caf4eb] bg-[#caf4eb]"
/* SCSS */
$brand: #caf4eb;
/* SwiftUI */
Color(red: 0.792, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#caf4eb")Accessibility — WCAG contrast
Aa
#caf4eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf4eb on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.7%
Blue92.2%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#caf4eb text on a black background
contrast 17.65:1
Card sample
#caf4eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf4eb;
Background color
Panel with #caf4eb background
background-color: #caf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf4eb; background: linear-gradient(135deg, #caf4eb, #CAE1F4);