Emerald

#33E65D

Green

Color Codes

All color formats for development

HEX
#33E65D
RGB
rgb(51, 230, 93)
HSL
hsl(134, 78%, 55%)
OKLCH
oklch(0.811 0.228 146.5)
CMYK
cmyk(78%, 0%, 60%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.62: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#1CE14A
2#19C842
3#16AF39
4#139631
5#0F7D29
6#0C6421
7#094B19
8#063210
9#031908

Tints

Lighter variations

1#47E86D
2#5CEB7D
3#70ED8D
4#84F09E
5#99F2AE
6#ADF5BE
7#C2F7CE
8#D6FADF
9#EBFCEF

Tones

Muted variations

1#3CDD61
2#45D466
3#4ECB6B
4#57C270
5#5FB974
6#68B079
7#71A77E
8#7A9E83
9#839587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D0
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2AC
BordersInactive statesPlaceholder text
400
60EB
#60EB81
Disabled statesSecondary iconsMuted text
500
33E6
#33E65D
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C842
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F34
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7125
Text on light backgroundsHeadingsStrong borders
900
0949
#094918
Primary textHigh emphasis contentDark headings
950
062D
#062D0F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE6;
  --emerald-200: #C4F8D0;
  --emerald-300: #97F2AC;
  --emerald-400: #60EB81;
  --emerald-500: #33E65D;
  --emerald-600: #19C842;
  --emerald-700: #149F34;
  --emerald-800: #0E7125;
  --emerald-900: #094918;
  --emerald-950: #062D0F;
}
Generate More ShadesCreate PaletteConvert Color