Emerald

#2EB29A

Cyan

Color Codes

All color formats for development

HEX
#2EB29A
RGB
rgb(46, 178, 154)
HSL
hsl(169, 59%, 44%)
OKLCH
oklch(0.688 0.116 177.4)
CMYK
cmyk(74%, 0%, 13%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#29A18B
2#258F7B
3#207D6C
4#1C6B5C
5#17594D
6#12473E
7#0E362E
8#09241F
9#05120F

Tints

Lighter variations

1#34C9AE
2#49D0B7
3#60D6C0
4#77DCC9
5#8DE2D2
6#A4E8DB
7#BBEDE4
8#D2F3ED
9#E8F9F6

Tones

Muted variations

1#35AC96
2#3BA592
3#429F8E
4#489889
5#4F9185
6#568B81
7#5C847D
8#637D79
9#6A7774

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F4
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1EA
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7DA
BordersInactive statesPlaceholder text
400
71DA
#71DAC7
Disabled statesSecondary iconsMuted text
500
49D0
#49D0B7
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB29A
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E7B
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6558
Text on light backgroundsHeadingsStrong borders
900
1141
#114138
Primary textHigh emphasis contentDark headings
950
0A29
#0A2923
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E3F8F4;
  --emerald-200: #CAF1EA;
  --emerald-300: #A2E7DA;
  --emerald-400: #71DAC7;
  --emerald-500: #49D0B7;
  --emerald-600: #2EB29A;
  --emerald-700: #258E7B;
  --emerald-800: #1A6558;
  --emerald-900: #114138;
  --emerald-950: #0A2923;
}
Generate More ShadesCreate PaletteConvert Color