#cafdbb
a pale, electric green · cool · closest name: aquamarine
RGB
202, 253, 187
HSL
106°, 94%, 86%
CMYK
20, 0, 26, 1
Luminance
0.8639
Every format
| HEX | #cafdbb |
| RGB | rgb(202, 253, 187) |
| HSL | hsl(106, 94%, 86%) |
| CMYK | cmyk(20%, 0%, 26%, 1%) |
| LAB | lab(94.5 -28.0 26.4) |
| LCH | lch(94.5 38.5 136.7) |
| OKLCH | oklch(0.942 0.102 138.7) |
Copy-ready code
/* CSS */
color: #cafdbb;
background-color: #cafdbb;
/* Tailwind (arbitrary) */
class="text-[#cafdbb] bg-[#cafdbb]"
/* SCSS */
$brand: #cafdbb;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#cafdbb")Accessibility — WCAG contrast
Aa
#cafdbb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdbb on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue73.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#cafdbb text on a black background
contrast 18.28:1
Card sample
#cafdbb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdbb;
Background color
Panel with #cafdbb background
background-color: #cafdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdbb; background: linear-gradient(135deg, #cafdbb, #BBFDD8);