Emerald

#25F49D

Green

Color Codes

All color formats for development

HEX
#25F49D
RGB
rgb(37, 244, 157)
HSL
hsl(155, 90%, 55%)
OKLCH
oklch(0.855 0.194 158)
CMYK
cmyk(85%, 0%, 36%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.45:1

AA AAA

On Black Background

14.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#0DF091
2#0BD581
3#0ABB71
4#08A061
5#078551
6#066B41
7#045030
8#033520
9#011B10

Tints

Lighter variations

1#3BF5A7
2#51F6B1
3#66F7BB
4#7CF8C4
5#92F9CE
6#A8FAD8
7#BEFCE2
8#D3FDEB
9#E9FEF5

Tones

Muted variations

1#2FE99C
2#3ADF9A
3#44D598
4#4ECA97
5#59C095
6#63B693
7#6DAB91
8#78A190
9#82978E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE3
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CD
BordersInactive statesPlaceholder text
400
55F6
#55F6B3
Disabled statesSecondary iconsMuted text
500
25F4
#25F49D
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD581
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA67
Active/pressed statesDark mode accentsSecondary text
800
0679
#067949
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2F
Primary textHigh emphasis contentDark headings
950
0330
#03301D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDF0;
  --emerald-200: #C0FCE3;
  --emerald-300: #90F9CD;
  --emerald-400: #55F6B3;
  --emerald-500: #25F49D;
  --emerald-600: #0BD581;
  --emerald-700: #09AA67;
  --emerald-800: #067949;
  --emerald-900: #044E2F;
  --emerald-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color