Emerald

#2FB197

Cyan

Color Codes

All color formats for development

HEX
#2FB197
RGB
rgb(47, 177, 151)
HSL
hsl(168, 58%, 44%)
OKLCH
oklch(0.685 0.116 175.9)
CMYK
cmyk(73%, 0%, 15%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CBF1
300
#A2E6
400
#72DA
500
#4ACF
600
#2FB1
700
#258D
800
#1B65
900
#1140
950
#0B28

Shades

Darker variations

1#2AA088
2#268E79
3#217C6A
4#1C6A5B
5#18594C
6#13473C
7#0E352D
8#09231E
9#05120F

Tints

Lighter variations

1#35C8AA
2#4BCFB5
3#61D5BE
4#78DBC7
5#8EE1D0
6#A5E7DA
7#BBEDE3
8#D2F3EC
9#E8F9F6

Tones

Muted variations

1#36AB93
2#3CA48F
3#439E8C
4#499788
5#509184
6#568A80
7#5D847C
8#637D78
9#6A7774

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F3
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1E9
Secondary backgroundsInput backgroundsDividers
300
A2E6
#A2E6D9
BordersInactive statesPlaceholder text
400
72DA
#72DAC5
Disabled statesSecondary iconsMuted text
500
4ACF
#4ACFB4
Primary brand colorCTAsActive elementsLinks
600
2FB1
#2FB197
Hover statesFocus ringsPrimary buttons hover
700
258D
#258D78
Active/pressed statesDark mode accentsSecondary text
800
1B65
#1B6556
Text on light backgroundsHeadingsStrong borders
900
1140
#114037
Primary textHigh emphasis contentDark headings
950
0B28
#0B2822
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E3F8F3;
  --emerald-200: #CBF1E9;
  --emerald-300: #A2E6D9;
  --emerald-400: #72DAC5;
  --emerald-500: #4ACFB4;
  --emerald-600: #2FB197;
  --emerald-700: #258D78;
  --emerald-800: #1B6556;
  --emerald-900: #114037;
  --emerald-950: #0B2822;
}
Generate More ShadesCreate PaletteConvert Color