#cafdbf
a pale, electric green · cool · closest name: aquamarine
RGB
202, 253, 191
HSL
109°, 94%, 87%
CMYK
20, 0, 25, 1
Luminance
0.8657
Every format
| HEX | #cafdbf |
| RGB | rgb(202, 253, 191) |
| HSL | hsl(109, 94%, 87%) |
| CMYK | cmyk(20%, 0%, 25%, 1%) |
| LAB | lab(94.5 -27.4 24.5) |
| LCH | lch(94.5 36.8 138.2) |
| OKLCH | oklch(0.943 0.097 140.1) |
Copy-ready code
/* CSS */
color: #cafdbf;
background-color: #cafdbf;
/* Tailwind (arbitrary) */
class="text-[#cafdbf] bg-[#cafdbf]"
/* SCSS */
$brand: #cafdbf;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#cafdbf")Accessibility — WCAG contrast
Aa
#cafdbf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdbf on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue74.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#cafdbf text on a black background
contrast 18.31:1
Card sample
#cafdbf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdbf;
Background color
Panel with #cafdbf background
background-color: #cafdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdbf; background: linear-gradient(135deg, #cafdbf, #BFFDDD);