#caf7ce
a pale, vivid green · cool · closest name: beige
RGB
202, 247, 206
HSL
125°, 74%, 88%
CMYK
18, 0, 17, 3
Luminance
0.8353
Every format
| HEX | #caf7ce |
| RGB | rgb(202, 247, 206) |
| HSL | hsl(125, 74%, 88%) |
| CMYK | cmyk(18%, 0%, 17%, 3%) |
| LAB | lab(93.3 -22.1 15.0) |
| LCH | lch(93.3 26.7 145.7) |
| OKLCH | oklch(0.934 0.072 147.4) |
Copy-ready code
/* CSS */
color: #caf7ce;
background-color: #caf7ce;
/* Tailwind (arbitrary) */
class="text-[#caf7ce] bg-[#caf7ce]"
/* SCSS */
$brand: #caf7ce;
/* SwiftUI */
Color(red: 0.792, green: 0.969, blue: 0.808)
/* Android */
Color.parseColor("#caf7ce")Accessibility — WCAG contrast
Aa
#caf7ce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf7ce on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green96.9%
Blue80.8%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow16.6%
Key (black)3.1%
Color previews
#caf7ce text on a black background
contrast 17.71:1
Card sample
#caf7ce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf7ce;
Background color
Panel with #caf7ce background
background-color: #caf7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 247, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 247, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf7ce; background: linear-gradient(135deg, #caf7ce, #CAF7EC);