Emerald

#2AB79F

Cyan

Color Codes

All color formats for development

HEX
#2AB79F
RGB
rgb(42, 183, 159)
HSL
hsl(170, 63%, 44%)
OKLCH
oklch(0.702 0.12 178)
CMYK
cmyk(77%, 0%, 13%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.51:1

AA AAA

On Black Background

8.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#25A58F
2#21927F
3#1D8070
4#196E60
5#155B50
6#114940
7#0C3730
8#082520
9#041210

Tints

Lighter variations

1#2FCEB4
2#45D5BD
3#5CDAC5
4#73DFCD
5#8BE5D6
6#A2EADE
7#B9EFE6
8#D0F4EE
9#E8FAF7

Tones

Muted variations

1#31B09B
2#38A996
3#3FA291
4#469B8C
5#4D9488
6#548C83
7#5B857E
8#627E7A
9#697775

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F5
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EC
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9DD
BordersInactive statesPlaceholder text
400
6EDE
#6EDECB
Disabled statesSecondary iconsMuted text
500
44D5
#44D5BC
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB79F
Hover statesFocus ringsPrimary buttons hover
700
2191
#21917F
Active/pressed statesDark mode accentsSecondary text
800
1868
#18685B
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433A
Primary textHigh emphasis contentDark headings
950
092A
#092A24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFB;
  --emerald-100: #E2F8F5;
  --emerald-200: #C9F3EC;
  --emerald-300: #9FE9DD;
  --emerald-400: #6EDECB;
  --emerald-500: #44D5BC;
  --emerald-600: #2AB79F;
  --emerald-700: #21917F;
  --emerald-800: #18685B;
  --emerald-900: #0F433A;
  --emerald-950: #092A24;
}
Generate More ShadesCreate PaletteConvert Color