#8dbb8f
a balanced, soft green · cool · closest name: seagreen
RGB
141, 187, 143
HSL
123°, 25%, 64%
CMYK
25, 0, 24, 27
Luminance
0.4319
Every format
| HEX | #8dbb8f |
| RGB | rgb(141, 187, 143) |
| HSL | hsl(123, 25%, 64%) |
| CMYK | cmyk(25%, 0%, 24%, 27%) |
| LAB | lab(71.7 -24.0 17.5) |
| LCH | lch(71.7 29.7 144.0) |
| OKLCH | oklch(0.747 0.079 145.8) |
Copy-ready code
/* CSS */
color: #8dbb8f;
background-color: #8dbb8f;
/* Tailwind (arbitrary) */
class="text-[#8dbb8f] bg-[#8dbb8f]"
/* SCSS */
$brand: #8dbb8f;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.561)
/* Android */
Color.parseColor("#8dbb8f")Accessibility — WCAG contrast
Aa
#8dbb8f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbb8f on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green73.3%
Blue56.1%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow23.5%
Key (black)26.7%
Color previews
#8dbb8f text on a black background
contrast 9.64:1
Card sample
#8dbb8f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbb8f;
Background color
Panel with #8dbb8f background
background-color: #8dbb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 187, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbb8f; background: linear-gradient(135deg, #8dbb8f, #8DBBAE);