Emerald

#15CB8B

Green

Color Codes

All color formats for development

HEX
#15CB8B
RGB
rgb(21, 203, 139)
HSL
hsl(159, 81%, 44%)
OKLCH
oklch(0.745 0.162 161.3)
CMYK
cmyk(90%, 0%, 32%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#13B77E
2#11A270
3#0F8E62
4#0D7A54
5#0B6646
6#095138
7#063D2A
8#04291C
9#02140E

Tints

Lighter variations

1#18E59D
2#30E9A9
3#4AECB3
4#64EFBE
5#7EF1C9
6#98F4D4
7#B1F7DF
8#CBFAE9
9#E5FCF4

Tones

Muted variations

1#1EC289
2#27B986
3#31B083
4#3AA781
5#439E7E
6#4C957B
7#558B78
8#5E8276
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF1
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E6
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4D3
BordersInactive statesPlaceholder text
400
5DEE
#5DEEBB
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9A8
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CB8B
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A26F
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C734F
Text on light backgroundsHeadingsStrong borders
900
084A
#084A33
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DFFCF1;
  --emerald-200: #C3F9E6;
  --emerald-300: #95F4D3;
  --emerald-400: #5DEEBB;
  --emerald-500: #2FE9A8;
  --emerald-600: #15CB8B;
  --emerald-700: #11A26F;
  --emerald-800: #0C734F;
  --emerald-900: #084A33;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color