Emerald

#33E639

Green

Color Codes

All color formats for development

HEX
#33E639
RGB
rgb(51, 230, 57)
HSL
hsl(122, 78%, 55%)
OKLCH
oklch(0.808 0.251 143.1)
CMYK
cmyk(78%, 0%, 75%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.68:1

AA AAA

On Black Background

12.52: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#1CE122
2#19C81F
3#16AF1B
4#139617
5#0F7D13
6#0C640F
7#094B0B
8#063208
9#031904

Tints

Lighter variations

1#47E84D
2#5CEB60
3#70ED74
4#84F088
5#99F29C
6#ADF5B0
7#C2F7C4
8#D6FAD7
9#EBFCEB

Tones

Muted variations

1#3CDD41
2#45D449
3#4ECB52
4#57C25A
5#5FB962
6#68B06B
7#71A773
8#7A9E7C
9#839584

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F29A
BordersInactive statesPlaceholder text
400
60EB
#60EB65
Disabled statesSecondary iconsMuted text
500
33E6
#33E639
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C81F
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F18
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7111
Text on light backgroundsHeadingsStrong borders
900
0949
#09490B
Primary textHigh emphasis contentDark headings
950
062D
#062D07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE0;
  --emerald-200: #C4F8C6;
  --emerald-300: #97F29A;
  --emerald-400: #60EB65;
  --emerald-500: #33E639;
  --emerald-600: #19C81F;
  --emerald-700: #149F18;
  --emerald-800: #0E7111;
  --emerald-900: #09490B;
  --emerald-950: #062D07;
}
Generate More ShadesCreate PaletteConvert Color