Emerald

#33E654

Green

Color Codes

All color formats for development

HEX
#33E654
RGB
rgb(51, 230, 84)
HSL
hsl(131, 78%, 55%)
OKLCH
oklch(0.81 0.235 145.5)
CMYK
cmyk(78%, 0%, 63%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.59: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#1CE140
2#19C839
3#16AF32
4#13962B
5#0F7D23
6#0C641C
7#094B15
8#06320E
9#031907

Tints

Lighter variations

1#47E865
2#5CEB76
3#70ED87
4#84F098
5#99F2A9
6#ADF5BA
7#C2F7CC
8#D6FADD
9#EBFCEE

Tones

Muted variations

1#3CDD59
2#45D45F
3#4ECB65
4#57C26A
5#5FB970
6#68B076
7#71A77B
8#7A9E81
9#839587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CD
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A7
BordersInactive statesPlaceholder text
400
60EB
#60EB7A
Disabled statesSecondary iconsMuted text
500
33E6
#33E654
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C839
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F2D
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7120
Text on light backgroundsHeadingsStrong borders
900
0949
#094915
Primary textHigh emphasis contentDark headings
950
062D
#062D0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE4;
  --emerald-200: #C4F8CD;
  --emerald-300: #97F2A7;
  --emerald-400: #60EB7A;
  --emerald-500: #33E654;
  --emerald-600: #19C839;
  --emerald-700: #149F2D;
  --emerald-800: #0E7120;
  --emerald-900: #094915;
  --emerald-950: #062D0D;
}
Generate More ShadesCreate PaletteConvert Color