#caffb8
a pale, electric green · cool · closest name: aquamarine
RGB
202, 255, 184
HSL
105°, 100%, 86%
CMYK
21, 0, 28, 0
Luminance
0.8754
Every format
| HEX | #caffb8 |
| RGB | rgb(202, 255, 184) |
| HSL | hsl(105, 100%, 86%) |
| CMYK | cmyk(21%, 0%, 28%, 0%) |
| LAB | lab(95.0 -29.4 28.6) |
| LCH | lch(95.0 41.1 135.8) |
| OKLCH | oklch(0.946 0.108 137.9) |
Copy-ready code
/* CSS */
color: #caffb8;
background-color: #caffb8;
/* Tailwind (arbitrary) */
class="text-[#caffb8] bg-[#caffb8]"
/* SCSS */
$brand: #caffb8;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.722)
/* Android */
Color.parseColor("#caffb8")Accessibility — WCAG contrast
Aa
#caffb8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffb8 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue72.2%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow27.8%
Key (black)0.0%
Color previews
#caffb8 text on a black background
contrast 18.51:1
Card sample
#caffb8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffb8;
Background color
Panel with #caffb8 background
background-color: #caffb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffb8; background: linear-gradient(135deg, #caffb8, #B8FFD5);