Emerald

#33E698

Green

Color Codes

All color formats for development

HEX
#33E698
RGB
rgb(51, 230, 152)
HSL
hsl(154, 78%, 55%)
OKLCH
oklch(0.82 0.178 158.5)
CMYK
cmyk(78%, 0%, 34%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#1CE18B
2#19C87C
3#16AF6C
4#13965D
5#0F7D4D
6#0C643E
7#094B2E
8#06321F
9#03190F

Tints

Lighter variations

1#47E8A2
2#5CEBAD
3#70EDB7
4#84F0C1
5#99F2CC
6#ADF5D6
7#C2F7E0
8#D6FAEA
9#EBFCF5

Tones

Muted variations

1#3CDD97
2#45D496
3#4ECB95
4#57C293
5#5FB992
6#68B091
7#71A790
8#7A9E8F
9#83958D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2CA
BordersInactive statesPlaceholder text
400
60EB
#60EBAF
Disabled statesSecondary iconsMuted text
500
33E6
#33E698
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C87C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F63
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7146
Text on light backgroundsHeadingsStrong borders
900
0949
#09492D
Primary textHigh emphasis contentDark headings
950
062D
#062D1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBEF;
  --emerald-200: #C4F8E1;
  --emerald-300: #97F2CA;
  --emerald-400: #60EBAF;
  --emerald-500: #33E698;
  --emerald-600: #19C87C;
  --emerald-700: #149F63;
  --emerald-800: #0E7146;
  --emerald-900: #09492D;
  --emerald-950: #062D1C;
}
Generate More ShadesCreate PaletteConvert Color