Emerald

#09D7A4

Cyan

Color Codes

All color formats for development

HEX
#09D7A4
RGB
rgb(9, 215, 164)
HSL
hsl(165, 92%, 44%)
OKLCH
oklch(0.781 0.157 167.9)
CMYK
cmyk(96%, 0%, 24%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.86:1

AA AAA

On Black Background

11.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#08C293
2#07AC83
3#069773
4#058162
5#046C52
6#045642
7#034131
8#022B21
9#011610

Tints

Lighter variations

1#0AF3B9
2#24F6C1
3#3FF7C9
4#5AF8D1
5#76F9D8
6#91FAE0
7#ADFCE8
8#C8FDF0
9#E4FEF7

Tones

Muted variations

1#13CD9F
2#1EC399
3#28B894
4#32AE8F
5#3DA48A
6#479985
7#518F80
8#5C857B
9#667B75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF5
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCED
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFADF
BordersInactive statesPlaceholder text
400
54F8
#54F8CF
Disabled statesSecondary iconsMuted text
500
23F6
#23F6C1
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7A4
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB82
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A5D
Text on light backgroundsHeadingsStrong borders
900
034E
#034E3C
Primary textHigh emphasis contentDark headings
950
0231
#023125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFB;
  --emerald-100: #DDFEF5;
  --emerald-200: #BFFCED;
  --emerald-300: #8EFADF;
  --emerald-400: #54F8CF;
  --emerald-500: #23F6C1;
  --emerald-600: #09D7A4;
  --emerald-700: #07AB82;
  --emerald-800: #057A5D;
  --emerald-900: #034E3C;
  --emerald-950: #023125;
}
Generate More ShadesCreate PaletteConvert Color