#8cddba
a light, vivid green · cool · closest name: aquamarine
RGB
140, 221, 186
HSL
154°, 54%, 71%
CMYK
37, 0, 16, 13
Luminance
0.6083
Every format
| HEX | #8cddba |
| RGB | rgb(140, 221, 186) |
| HSL | hsl(154, 54%, 71%) |
| CMYK | cmyk(37%, 0%, 16%, 13%) |
| LAB | lab(82.3 -32.4 9.4) |
| LCH | lch(82.3 33.8 163.8) |
| OKLCH | oklch(0.836 0.094 165.1) |
Copy-ready code
/* CSS */
color: #8cddba;
background-color: #8cddba;
/* Tailwind (arbitrary) */
class="text-[#8cddba] bg-[#8cddba]"
/* SCSS */
$brand: #8cddba;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.729)
/* Android */
Color.parseColor("#8cddba")Accessibility — WCAG contrast
Aa
#8cddba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cddba on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue72.9%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow15.8%
Key (black)13.3%
Color previews
#8cddba text on a black background
contrast 13.17:1
Card sample
#8cddba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cddba;
Background color
Panel with #8cddba background
background-color: #8cddba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cddba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cddba; background: linear-gradient(135deg, #8cddba, #8CCADD);