Emerald

#09D7A7

Cyan

Color Codes

All color formats for development

HEX
#09D7A7
RGB
rgb(9, 215, 167)
HSL
hsl(166, 92%, 44%)
OKLCH
oklch(0.782 0.155 169.1)
CMYK
cmyk(96%, 0%, 22%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.86:1

AA AAA

On Black Background

11.29: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#08C297
2#07AC86
3#069775
4#058164
5#046C54
6#045643
7#034132
8#022B21
9#011611

Tints

Lighter variations

1#0AF3BD
2#24F6C5
3#3FF7CC
4#5AF8D3
5#76F9DB
6#91FAE2
7#ADFCE9
8#C8FDF0
9#E4FEF8

Tones

Muted variations

1#13CDA2
2#1EC39C
3#28B897
4#32AE91
5#3DA48C
6#479986
7#518F81
8#5C857B
9#667B76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF6
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCEE
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAE1
BordersInactive statesPlaceholder text
400
54F8
#54F8D2
Disabled statesSecondary iconsMuted text
500
23F6
#23F6C5
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7A7
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB85
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A5F
Text on light backgroundsHeadingsStrong borders
900
034E
#034E3D
Primary textHigh emphasis contentDark headings
950
0231
#023126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFB;
  --emerald-100: #DDFEF6;
  --emerald-200: #BFFCEE;
  --emerald-300: #8EFAE1;
  --emerald-400: #54F8D2;
  --emerald-500: #23F6C5;
  --emerald-600: #09D7A7;
  --emerald-700: #07AB85;
  --emerald-800: #057A5F;
  --emerald-900: #034E3D;
  --emerald-950: #023126;
}
Generate More ShadesCreate PaletteConvert Color