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