#caf2e4
a pale, vivid green · cool · closest name: beige
RGB
202, 242, 228
HSL
159°, 61%, 87%
CMYK
17, 0, 6, 5
Luminance
0.8166
Every format
| HEX | #caf2e4 |
| RGB | rgb(202, 242, 228) |
| HSL | hsl(159, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 6%, 5%) |
| LAB | lab(92.4 -15.6 2.5) |
| LCH | lch(92.4 15.8 171.0) |
| OKLCH | oklch(0.929 0.045 172.1) |
Copy-ready code
/* CSS */
color: #caf2e4;
background-color: #caf2e4;
/* Tailwind (arbitrary) */
class="text-[#caf2e4] bg-[#caf2e4]"
/* SCSS */
$brand: #caf2e4;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.894)
/* Android */
Color.parseColor("#caf2e4")Accessibility — WCAG contrast
Aa
#caf2e4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2e4 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue89.4%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow5.8%
Key (black)5.1%
Color previews
#caf2e4 text on a black background
contrast 17.33:1
Card sample
#caf2e4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2e4;
Background color
Panel with #caf2e4 background
background-color: #caf2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2e4; background: linear-gradient(135deg, #caf2e4, #CAE5F2);