Emerald

#2EB294

Cyan

Color Codes

All color formats for development

HEX
#2EB294
RGB
rgb(46, 178, 148)
HSL
hsl(166, 59%, 44%)
OKLCH
oklch(0.687 0.12 173.5)
CMYK
cmyk(74%, 0%, 17%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.91: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#29A185
2#258F76
3#207D67
4#1C6B59
5#17594A
6#12473B
7#0E362C
8#09241E
9#05120F

Tints

Lighter variations

1#34C9A6
2#49D0B1
3#60D6BA
4#77DCC4
5#8DE2CE
6#A4E8D8
7#BBEDE2
8#D2F3EB
9#E8F9F5

Tones

Muted variations

1#35AC90
2#3BA58C
3#429F89
4#489885
5#4F9182
6#568B7E
7#5C847B
8#637D77
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
CAF1
#CAF1E8
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7D7
BordersInactive statesPlaceholder text
400
71DA
#71DAC2
Disabled statesSecondary iconsMuted text
500
49D0
#49D0B0
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB294
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E75
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6554
Text on light backgroundsHeadingsStrong borders
900
1141
#114136
Primary textHigh emphasis contentDark headings
950
0A29
#0A2922
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E3F8F3;
  --emerald-200: #CAF1E8;
  --emerald-300: #A2E7D7;
  --emerald-400: #71DAC2;
  --emerald-500: #49D0B0;
  --emerald-600: #2EB294;
  --emerald-700: #258E75;
  --emerald-800: #1A6554;
  --emerald-900: #114136;
  --emerald-950: #0A2922;
}
Generate More ShadesCreate PaletteConvert Color