Emerald

#0AD685

Green

Color Codes

All color formats for development

HEX
#0AD685
RGB
rgb(10, 214, 133)
HSL
hsl(156, 91%, 44%)
OKLCH
oklch(0.772 0.181 157.3)
CMYK
cmyk(95%, 0%, 38%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

10.97: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#09C177
2#08AB6A
3#07965D
4#068150
5#056B42
6#045635
7#034028
8#022B1B
9#01150D

Tints

Lighter variations

1#0BF295
2#25F5A2
3#40F6AD
4#5BF7B9
5#77F9C5
6#92FAD0
7#ADFBDC
8#C8FCE8
9#E4FEF3

Tones

Muted variations

1#14CC83
2#1FC281
3#29B87E
4#33AD7C
5#3DA37A
6#479978
7#528F76
8#5C8574
9#667A72

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
8FFA
#8FFACF
BordersInactive statesPlaceholder text
400
55F7
#55F7B6
Disabled statesSecondary iconsMuted text
500
24F5
#24F5A1
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD685
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA69
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A4B
Text on light backgroundsHeadingsStrong borders
900
044E
#044E30
Primary textHigh emphasis contentDark headings
950
0231
#02311E
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: #8FFACF;
  --emerald-400: #55F7B6;
  --emerald-500: #24F5A1;
  --emerald-600: #0AD685;
  --emerald-700: #08AA69;
  --emerald-800: #067A4B;
  --emerald-900: #044E30;
  --emerald-950: #02311E;
}
Generate More ShadesCreate PaletteConvert Color