Emerald

#0AD67A

Green

Color Codes

All color formats for development

HEX
#0AD67A
RGB
rgb(10, 214, 122)
HSL
hsl(153, 91%, 44%)
OKLCH
oklch(0.77 0.191 154.4)
CMYK
cmyk(95%, 0%, 43%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#09C16E
2#08AB62
3#079656
4#068149
5#056B3D
6#045631
7#034025
8#022B18
9#01150C

Tints

Lighter variations

1#0BF28A
2#25F597
3#40F6A4
4#5BF7B1
5#77F9BE
6#92FACB
7#ADFBD8
8#C8FCE5
9#E4FEF2

Tones

Muted variations

1#14CC79
2#1FC278
3#29B877
4#33AD76
5#3DA375
6#479974
7#528F73
8#5C8572
9#667A71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEF
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE1
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFACA
BordersInactive statesPlaceholder text
400
55F7
#55F7AE
Disabled statesSecondary iconsMuted text
500
24F5
#24F597
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD67A
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA61
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A46
Text on light backgroundsHeadingsStrong borders
900
044E
#044E2D
Primary textHigh emphasis contentDark headings
950
0231
#02311C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF8;
  --emerald-100: #DDFDEF;
  --emerald-200: #C0FCE1;
  --emerald-300: #8FFACA;
  --emerald-400: #55F7AE;
  --emerald-500: #24F597;
  --emerald-600: #0AD67A;
  --emerald-700: #08AA61;
  --emerald-800: #067A46;
  --emerald-900: #044E2D;
  --emerald-950: #02311C;
}
Generate More ShadesCreate PaletteConvert Color