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