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