Emerald

#25F4A1

Green

Color Codes

All color formats for development

HEX
#25F4A1
RGB
rgb(37, 244, 161)
HSL
hsl(156, 90%, 55%)
OKLCH
oklch(0.855 0.19 159.1)
CMYK
cmyk(85%, 0%, 34%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.53: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#0DF095
2#0BD584
3#0ABB74
4#08A063
5#078553
6#066B42
7#045032
8#033521
9#011B11

Tints

Lighter variations

1#3BF5AA
2#51F6B4
3#66F7BD
4#7CF8C7
5#92F9D0
6#A8FAD9
7#BEFCE3
8#D3FDEC
9#E9FEF6

Tones

Muted variations

1#2FE99F
2#3ADF9D
3#44D59B
4#4ECA99
5#59C097
6#63B695
7#6DAB92
8#78A190
9#82978E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF0
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE4
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CF
BordersInactive statesPlaceholder text
400
55F6
#55F6B6
Disabled statesSecondary iconsMuted text
500
25F4
#25F4A1
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD584
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA69
Active/pressed statesDark mode accentsSecondary text
800
0679
#06794B
Text on light backgroundsHeadingsStrong borders
900
044E
#044E30
Primary textHigh emphasis contentDark headings
950
0330
#03301E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF9;
  --emerald-100: #DDFDF0;
  --emerald-200: #C0FCE4;
  --emerald-300: #90F9CF;
  --emerald-400: #55F6B6;
  --emerald-500: #25F4A1;
  --emerald-600: #0BD584;
  --emerald-700: #09AA69;
  --emerald-800: #06794B;
  --emerald-900: #044E30;
  --emerald-950: #03301E;
}
Generate More ShadesCreate PaletteConvert Color