#caf3cd
a pale, vivid green · cool · closest name: beige
RGB
202, 243, 205
HSL
124°, 63%, 87%
CMYK
17, 0, 16, 5
Luminance
0.8107
Every format
| HEX | #caf3cd |
| RGB | rgb(202, 243, 205) |
| HSL | hsl(124, 63%, 87%) |
| CMYK | cmyk(17%, 0%, 16%, 5%) |
| LAB | lab(92.2 -20.3 14.0) |
| LCH | lch(92.2 24.6 145.4) |
| OKLCH | oklch(0.925 0.066 147.0) |
Copy-ready code
/* CSS */
color: #caf3cd;
background-color: #caf3cd;
/* Tailwind (arbitrary) */
class="text-[#caf3cd] bg-[#caf3cd]"
/* SCSS */
$brand: #caf3cd;
/* SwiftUI */
Color(red: 0.792, green: 0.953, blue: 0.804)
/* Android */
Color.parseColor("#caf3cd")Accessibility — WCAG contrast
Aa
#caf3cd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caf3cd on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green95.3%
Blue80.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow15.6%
Key (black)4.7%
Color previews
#caf3cd text on a black background
contrast 17.21:1
Card sample
#caf3cd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caf3cd;
Background color
Panel with #caf3cd background
background-color: #caf3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caf3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 243, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 243, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caf3cd; background: linear-gradient(135deg, #caf3cd, #CAF3E8);