Emerald

#2EEABB

Cyan

Color Codes

All color formats for development

HEX
#2EEABB
RGB
rgb(46, 234, 187)
HSL
hsl(165, 82%, 55%)
OKLCH
oklch(0.838 0.157 170.5)
CMYK
cmyk(80%, 0%, 20%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.54:1

AA AAA

On Black Background

13.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#17E6B2
2#14CC9E
3#12B38A
4#0F9977
5#0D8063
6#0A664F
7#084D3B
8#053328
9#031A14

Tints

Lighter variations

1#43ECC2
2#58EEC9
3#6DF1D0
4#82F3D6
5#97F5DD
6#ABF7E4
7#C0F9EB
8#D5FBF1
9#EAFDF8

Tones

Muted variations

1#38E1B7
2#41D8B2
3#4ACEAD
4#54C5A8
5#5DBBA4
6#67B29F
7#70A89A
8#799F96
9#839691

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF4
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9EB
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4DC
BordersInactive statesPlaceholder text
400
5DEF
#5DEFCA
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEABB
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CC9E
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A27E
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B745A
Text on light backgroundsHeadingsStrong borders
900
074A
#074A3A
Primary textHigh emphasis contentDark headings
950
052E
#052E24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DFFCF4;
  --emerald-200: #C3F9EB;
  --emerald-300: #94F4DC;
  --emerald-400: #5DEFCA;
  --emerald-500: #2EEABB;
  --emerald-600: #14CC9E;
  --emerald-700: #10A27E;
  --emerald-800: #0B745A;
  --emerald-900: #074A3A;
  --emerald-950: #052E24;
}
Generate More ShadesCreate PaletteConvert Color