Emerald

#2EB298

Cyan

Color Codes

All color formats for development

HEX
#2EB298
RGB
rgb(46, 178, 152)
HSL
hsl(168, 59%, 44%)
OKLCH
oklch(0.688 0.117 176.1)
CMYK
cmyk(74%, 0%, 15%, 30%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.94: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#29A189
2#258F7A
3#207D6A
4#1C6B5B
5#17594C
6#12473D
7#0E362E
8#09241E
9#05120F

Tints

Lighter variations

1#34C9AB
2#49D0B5
3#60D6BE
4#77DCC8
5#8DE2D1
6#A4E8DA
7#BBEDE3
8#D2F3ED
9#E8F9F6

Tones

Muted variations

1#35AC94
2#3BA590
3#429F8C
4#489888
5#4F9184
6#568B80
7#5C847C
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
CAF1
#CAF1EA
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7D9
BordersInactive statesPlaceholder text
400
71DA
#71DAC5
Disabled statesSecondary iconsMuted text
500
49D0
#49D0B5
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB298
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E79
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6556
Text on light backgroundsHeadingsStrong borders
900
1141
#114137
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: #E3F8F3;
  --emerald-200: #CAF1EA;
  --emerald-300: #A2E7D9;
  --emerald-400: #71DAC5;
  --emerald-500: #49D0B5;
  --emerald-600: #2EB298;
  --emerald-700: #258E79;
  --emerald-800: #1A6556;
  --emerald-900: #114137;
  --emerald-950: #0A2923;
}
Generate More ShadesCreate PaletteConvert Color