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