Emerald

#33E689

Green

Color Codes

All color formats for development

HEX
#33E689
RGB
rgb(51, 230, 137)
HSL
hsl(149, 78%, 55%)
OKLCH
oklch(0.817 0.191 154.5)
CMYK
cmyk(78%, 0%, 40%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.82: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#1CE17B
2#19C86D
3#16AF60
4#139652
5#0F7D44
6#0C6437
7#094B29
8#06321B
9#03190E

Tints

Lighter variations

1#47E895
2#5CEBA1
3#70EDAD
4#84F0B8
5#99F2C4
6#ADF5D0
7#C2F7DC
8#D6FAE7
9#EBFCF3

Tones

Muted variations

1#3CDD8A
2#45D48A
3#4ECB8A
4#57C28A
5#5FB98B
6#68B08B
7#71A78B
8#7A9E8C
9#83958C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBED
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DD
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C3
BordersInactive statesPlaceholder text
400
60EB
#60EBA3
Disabled statesSecondary iconsMuted text
500
33E6
#33E689
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F57
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713E
Text on light backgroundsHeadingsStrong borders
900
0949
#094928
Primary textHigh emphasis contentDark headings
950
062D
#062D19
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBED;
  --emerald-200: #C4F8DD;
  --emerald-300: #97F2C3;
  --emerald-400: #60EBA3;
  --emerald-500: #33E689;
  --emerald-600: #19C86D;
  --emerald-700: #149F57;
  --emerald-800: #0E713E;
  --emerald-900: #094928;
  --emerald-950: #062D19;
}
Generate More ShadesCreate PaletteConvert Color