#8dbbab
a balanced, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #8dbbab is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #8dbbab |
| RGB | rgb(141, 187, 171) |
| HSL | hsl(159, 25%, 64%) |
| CMYK | cmyk(25%, 0%, 9%, 27%) |
| LAB | lab(72.3 -18.6 3.1) |
| LCH | lch(72.3 18.9 170.4) |
| OKLCH | oklch(0.755 0.054 171.4) |
| Decimal | 9288619 |
| Display P3 | color(display-p3 0.553 0.733 0.671) |
Copy-ready code
/* CSS */
color: #8dbbab;
background-color: #8dbbab;
/* Tailwind (arbitrary) */
class="text-[#8dbbab] bg-[#8dbbab]"
/* SCSS */
$brand: #8dbbab;
/* SwiftUI */
Color(red: 0.553, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#8dbbab")
/* Flutter */
Color(0xFF8DBBAB)
/* Python / OpenCV (BGR) */
(171, 187, 141)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #8dbbab is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6F9F8;
--brand-100: #EDF3F1;
--brand-200: #D6E5E0;
--brand-300: #B9D5CB;
--brand-400: #8dbbab;
--brand-500: #72AB97;
--brand-600: #5B9984;
--brand-700: #4C806E;
--brand-800: #3D6658;
--brand-900: #2F4B42;
--brand-950: #1D2F29;
--brand: #8dbbab;
--brand-ink: #000000;
}Colors that work with #8dbbab
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #8dbbab
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #BB8D9D | Directly opposite — maximum tension | |
| Analogous left | #8DBB94 | Neighbour, quieter | |
| Analogous right | #8DB4BB | Neighbour, quieter | |
| Split-complement 1 | #BB8DB4 | Contrast without the clash | |
| Split-complement 2 | #BB948D | Contrast without the clash | |
| Triadic 1 | #AB8DBB | Even thirds — balanced and loud | |
| Triadic 2 | #BBAB8D | Even thirds — balanced and loud | |
| Tetradic | #948DBB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8dbbab text on a black background
contrast 9.83:1
#8dbbab text on a white background
contrast 2.14:1
CSS3 live lab
The quick brown fox
color: #8dbbab;
background-color: #8dbbab;
Glowing headline
text-shadow: 2px 2px 8px #8dbbab;
Soft neon halo
text-shadow: 0 0 14px rgba(141, 187, 171, 0.45);
box-shadow: 0 12px 32px -8px rgba(141, 187, 171, 0.45);
border: 3px solid #8dbbab; background: linear-gradient(135deg, #8dbbab, #8DACBB);
Monochromatic scale
Palettes built from #8dbbab
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Eucalyptus (#95afa2) — ΔE2000 5.7 away, with its history, psychology and brand usage.
#8dbbab in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#8dbbab, answered
What color is #8dbbab?
#8dbbab is a balanced soft green, closest to Dark Sea Green (ΔE2000 9.1). It sits at 159° on the hue wheel with 25% saturation and 64% lightness, which reads as cool.
What is the RGB value of #8dbbab?
rgb(141, 187, 171) — 141 red, 187 green and 171 blue out of 255, or 55.3% / 73.3% / 67.1% by channel.
Is #8dbbab a light or a dark color?
It is a mid-tone. Relative luminance is 0.4414 and perceived brightness is 68%, so black text on it reaches 9.83:1.
Should I use black or white text on #8dbbab?
Black. It scores 9.83:1 against #8dbbab, versus 2.14:1 for white — AAA at any size.
What is the complementary color of #8dbbab?
#BB8D9D sits directly opposite on the wheel. Softer options are the split-complements #BB8DB4 and #BB948D, which give the same contrast with far less vibration.
What colors go well with #8dbbab?
For interface work: #F5F9F8 as the surface, #CCE1D9 for borders, #56907C for secondary text, #84486C as an accent and #305045 for hover and pressed states. For a palette, the analogous pair #8DBB94 and #8DB4BB stays calm, while #BB8D9D is the loudest partner.
What is #8dbbab in CMYK for printing?
cmyk(25%, 0%, 9%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #8dbbab warm or cool?
Cool — it scores 71 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8DBB9A; nudged cooler, #8BBCBD.