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