Emerald

#33E65A

Green

Color Codes

All color formats for development

HEX
#33E65A
RGB
rgb(51, 230, 90)
HSL
hsl(133, 78%, 55%)
OKLCH
oklch(0.811 0.23 146.2)
CMYK
cmyk(78%, 0%, 61%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.61: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#1CE146
2#19C83F
3#16AF37
4#13962F
5#0F7D27
6#0C641F
7#094B17
8#063210
9#031908

Tints

Lighter variations

1#47E86A
2#5CEB7B
3#70ED8B
4#84F09C
5#99F2AC
6#ADF5BD
7#C2F7CD
8#D6FADE
9#EBFCEE

Tones

Muted variations

1#3CDD5F
2#45D464
3#4ECB69
4#57C26E
5#5FB973
6#68B078
7#71A77D
8#7A9E82
9#839587

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE5
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CF
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2AA
BordersInactive statesPlaceholder text
400
60EB
#60EB7E
Disabled statesSecondary iconsMuted text
500
33E6
#33E65A
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C83F
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F32
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7124
Text on light backgroundsHeadingsStrong borders
900
0949
#094917
Primary textHigh emphasis contentDark headings
950
062D
#062D0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE5;
  --emerald-200: #C4F8CF;
  --emerald-300: #97F2AA;
  --emerald-400: #60EB7E;
  --emerald-500: #33E65A;
  --emerald-600: #19C83F;
  --emerald-700: #149F32;
  --emerald-800: #0E7124;
  --emerald-900: #094917;
  --emerald-950: #062D0E;
}
Generate More ShadesCreate PaletteConvert Color