#caffbd
a pale, electric green · cool · closest name: aquamarine
RGB
202, 255, 189
HSL
108°, 100%, 87%
CMYK
21, 0, 26, 0
Luminance
0.8775
Every format
| HEX | #caffbd |
| RGB | rgb(202, 255, 189) |
| HSL | hsl(108, 100%, 87%) |
| CMYK | cmyk(21%, 0%, 26%, 0%) |
| LAB | lab(95.1 -28.7 26.2) |
| LCH | lch(95.1 38.8 137.5) |
| OKLCH | oklch(0.947 0.102 139.5) |
Copy-ready code
/* CSS */
color: #caffbd;
background-color: #caffbd;
/* Tailwind (arbitrary) */
class="text-[#caffbd] bg-[#caffbd]"
/* SCSS */
$brand: #caffbd;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#caffbd")Accessibility — WCAG contrast
Aa
#caffbd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffbd on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue74.1%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#caffbd text on a black background
contrast 18.55:1
Card sample
#caffbd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffbd;
Background color
Panel with #caffbd background
background-color: #caffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffbd; background: linear-gradient(135deg, #caffbd, #BDFFDC);