#caf2ce
a pale, vivid green · cool · closest name: beige
RGB
202, 242, 206
HSL
126°, 61%, 87%
CMYK
17, 0, 15, 5
Luminance
0.8052
Every format
| HEX | #caf2ce |
| RGB | rgb(202, 242, 206) |
| HSL | hsl(126, 61%, 87%) |
| CMYK | cmyk(17%, 0%, 15%, 5%) |
| LAB | lab(91.9 -19.6 13.1) |
| LCH | lch(91.9 23.6 146.2) |
| OKLCH | oklch(0.923 0.064 147.8) |
Copy-ready code
/* CSS */
color: #caf2ce;
background-color: #caf2ce;
/* Tailwind (arbitrary) */
class="text-[#caf2ce] bg-[#caf2ce]"
/* SCSS */
$brand: #caf2ce;
/* SwiftUI */
Color(red: 0.792, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#caf2ce")Accessibility — WCAG contrast
Aa
#caf2ce on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf2ce on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green94.9%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#caf2ce text on a black background
contrast 17.10:1
Card sample
#caf2ce text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf2ce;
Background color
Panel with #caf2ce background
background-color: #caf2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf2ce; background: linear-gradient(135deg, #caf2ce, #CAF2E9);