Emerald

#25F4B2

Green

Color Codes

All color formats for development

HEX
#25F4B2
RGB
rgb(37, 244, 178)
HSL
hsl(161, 90%, 55%)
OKLCH
oklch(0.859 0.177 164.4)
CMYK
cmyk(85%, 0%, 27%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.66: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#0DF0A8
2#0BD595
3#0ABB83
4#08A070
5#07855D
6#066B4B
7#045038
8#033525
9#011B13

Tints

Lighter variations

1#3BF5BA
2#51F6C1
3#66F7C9
4#7CF8D1
5#92F9D9
6#A8FAE0
7#BEFCE8
8#D3FDF0
9#E9FEF7

Tones

Muted variations

1#2FE9AE
2#3ADFAB
3#44D5A7
4#4ECAA3
5#59C09F
6#63B69B
7#6DAB98
8#78A194
9#829790

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF3
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE9
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D8
BordersInactive statesPlaceholder text
400
55F6
#55F6C3
Disabled statesSecondary iconsMuted text
500
25F4
#25F4B2
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD595
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA77
Active/pressed statesDark mode accentsSecondary text
800
0679
#067955
Text on light backgroundsHeadingsStrong borders
900
044E
#044E36
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFA;
  --emerald-100: #DDFDF3;
  --emerald-200: #C0FCE9;
  --emerald-300: #90F9D8;
  --emerald-400: #55F6C3;
  --emerald-500: #25F4B2;
  --emerald-600: #0BD595;
  --emerald-700: #09AA77;
  --emerald-800: #067955;
  --emerald-900: #044E36;
  --emerald-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color