#8fdaba
a light, vivid green · cool · closest name: Medium Aqua Marine
At a glance
Every number on this page in one read: what #8fdaba 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 | #8fdaba |
| RGB | rgb(143, 218, 186) |
| HSL | hsl(154, 50%, 71%) |
| CMYK | cmyk(34%, 0%, 15%, 15%) |
| LAB | lab(81.6 -30.2 8.4) |
| LCH | lch(81.6 31.3 164.4) |
| OKLCH | oklch(0.830 0.088 165.7) |
| Decimal | 9427642 |
| Display P3 | color(display-p3 0.561 0.855 0.729) |
Copy-ready code
/* CSS */
color: #8fdaba;
background-color: #8fdaba;
/* Tailwind (arbitrary) */
class="text-[#8fdaba] bg-[#8fdaba]"
/* SCSS */
$brand: #8fdaba;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#8fdaba")
/* Flutter */
Color(0xFF8FDABA)
/* Python / OpenCV (BGR) */
(186, 218, 143)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. #8fdaba 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: #F4FAF8;
--brand-100: #EAF6F1;
--brand-200: #CFEDE0;
--brand-300: #ABE3CB;
--brand-400: #8fdaba;
--brand-500: #56C797;
--brand-600: #3DB883;
--brand-700: #33996E;
--brand-800: #297B58;
--brand-900: #215A41;
--brand-950: #153829;
--brand: #8fdaba;
--brand-ink: #000000;
}Colors that work with #8fdaba
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 #8fdaba
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #DA8FAF | Directly opposite — maximum tension | |
| Analogous left | #8FDA95 | Neighbour, quieter | |
| Analogous right | #8FD5DA | Neighbour, quieter | |
| Split-complement 1 | #DA8FD5 | Contrast without the clash | |
| Split-complement 2 | #DA958F | Contrast without the clash | |
| Triadic 1 | #BA8FDA | Even thirds — balanced and loud | |
| Triadic 2 | #DABA8F | Even thirds — balanced and loud | |
| Tetradic | #958FDA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8fdaba text on a black background
contrast 12.91:1
#8fdaba text on a white background
contrast 1.63:1
CSS3 live lab
The quick brown fox
color: #8fdaba;
background-color: #8fdaba;
Glowing headline
text-shadow: 2px 2px 8px #8fdaba;
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(143, 218, 186, 0.45);
border: 3px solid #8fdaba; background: linear-gradient(135deg, #8fdaba, #8FC8DA);
Monochromatic scale
Palettes built from #8fdaba
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: Seafoam (#93e9be) — ΔE2000 4.2 away, with its history, psychology and brand usage.
#8fdaba 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.
#8fdaba, answered
What color is #8fdaba?
#8fdaba is a light vivid green, closest to Medium Aqua Marine (ΔE2000 5.3). It sits at 154° on the hue wheel with 50% saturation and 71% lightness, which reads as cool.
What is the RGB value of #8fdaba?
rgb(143, 218, 186) — 143 red, 218 green and 186 blue out of 255, or 56.1% / 85.5% / 72.9% by channel.
Is #8fdaba a light or a dark color?
It is a light color. Relative luminance is 0.5953 and perceived brightness is 76%, so black text on it reaches 12.91:1.
Should I use black or white text on #8fdaba?
Black. It scores 12.91:1 against #8fdaba, versus 1.63:1 for white — AAA at any size.
What is the complementary color of #8fdaba?
#DA8FAF sits directly opposite on the wheel. Softer options are the split-complements #DA8FD5 and #DA958F, which give the same contrast with far less vibration.
What colors go well with #8fdaba?
For interface work: #F4FAF8 as the surface, #C2EBD9 for borders, #4B9B79 for secondary text, #9D2F7A as an accent and #206044 for hover and pressed states. For a palette, the analogous pair #8FDA95 and #8FD5DA stays calm, while #DA8FAF is the loudest partner.
What is #8fdaba in CMYK for printing?
cmyk(34%, 0%, 15%, 15%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #8fdaba warm or cool?
Cool — it scores 77 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8FDA9F; nudged cooler, #8EDBD7.