What is the Tailwind emerald-500 hex code?
Tailwind CSS emerald-500 is #10b981 \u2014 a bright blue-green.
Why is emerald the default success color?
Its fresh, clean blue-green reads positive and confident; through Tailwind\u2019s ubiquity it became the reflexive choice for success states, confirmations and positive accents.
What do UI colors mean?
Interfaces bind meaning to hue \u2014 green/emerald for success, red for errors, amber for warnings \u2014 a shared traffic-light grammar users read instantly.
What color is #10b981?
#10b981 is a dark electric cyan, closest to Medium Sea Green (ΔE2000 3.9). It sits at 160° on the hue wheel with 84% saturation and 39% lightness, which reads as cool.
What is the RGB value of #10b981?
rgb(16, 185, 129) — 16 red, 185 green and 129 blue out of 255, or 6.3% / 72.5% / 50.6% by channel.
What is #10b981 in HSL and HSV?
hsl(160, 84%, 39%) and hsv(160, 91%, 73%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #10b981 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3639 and perceived brightness is 58%, so black text on it reaches 8.28:1.
Should I use black or white text on #10b981?
Black. It scores 8.28:1 against #10b981, versus 2.54:1 for white — AAA at any size.
Is #10b981 accessible on a white background?
#10b981 on white scores 2.54:1, which fails WCAG AA at every size. Darken it to #0C855D to reach 4.5:1, or #096446 for 7:1.
What is the complementary color of #10b981?
#B91048 sits directly opposite on the wheel. Softer options are the split-complements #B9109D and #B92C10, which give the same contrast with far less vibration.
What colors go well with #10b981?
For interface work: #F4FAF8 as the surface, #C0EDDE for borders, #4B9B80 for secondary text, #BD0C73 as an accent and #0A7552 for hover and pressed states. For a palette, the analogous pair #10B92C and #109DB9 stays calm, while #B91048 is the loudest partner.
What is #10b981 in CMYK for printing?
cmyk(91%, 0%, 30%, 28%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #10b981 warm or cool?
Cool — it scores 79 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #10B943; nudged cooler, #0EB5BB.
Which Tailwind color is closest to #10b981?
The emerald family — its 500 step is #10b981, ΔE2000 0 away. That is close enough to swap in without anyone noticing.
How do I use #10b981 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#10b981] or text-[#10b981], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #10b981 with 50% opacity?
rgba(16, 185, 129, 0.5), or #10b98180 in eight-digit hex. Over white that composites to #88DCC0; over black, #085D41.
Is #10b981 a web-safe color?
No. The nearest web-safe colour is #00CC99, ΔE2000 5.4 away. The palette only matters for legacy displays and some email clients now.
What does the color #10b981 mean?
As a cyan, it reads clean, technical, fresh. Cyan reads as water, air and infrastructure: cool, hygienic, engineered. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #10b981?
The safest is same-hue elevation: linear-gradient(135deg, #1BEBA6, #10b981 45%, #0A7552). For more colour, a short hue run to #0E619D keeps it rich without turning muddy.