Emerald

#33E645

Green

Color Codes

All color formats for development

HEX
#33E645
RGB
rgb(51, 230, 69)
HSL
hsl(126, 78%, 55%)
OKLCH
oklch(0.809 0.244 144)
CMYK
cmyk(78%, 0%, 70%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.67:1

AA AAA

On Black Background

12.55: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#1CE12F
2#19C82A
3#16AF25
4#139620
5#0F7D1A
6#0C6415
7#094B10
8#06320B
9#031905

Tints

Lighter variations

1#47E857
2#5CEB6A
3#70ED7D
4#84F08F
5#99F2A2
6#ADF5B4
7#C2F7C7
8#D6FADA
9#EBFCEC

Tones

Muted variations

1#3CDD4C
2#45D453
3#4ECB5A
4#57C261
5#5FB968
6#68B070
7#71A777
8#7A9E7E
9#839585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C9
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A0
BordersInactive statesPlaceholder text
400
60EB
#60EB6E
Disabled statesSecondary iconsMuted text
500
33E6
#33E645
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C82A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F22
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7118
Text on light backgroundsHeadingsStrong borders
900
0949
#09490F
Primary textHigh emphasis contentDark headings
950
062D
#062D0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE2;
  --emerald-200: #C4F8C9;
  --emerald-300: #97F2A0;
  --emerald-400: #60EB6E;
  --emerald-500: #33E645;
  --emerald-600: #19C82A;
  --emerald-700: #149F22;
  --emerald-800: #0E7118;
  --emerald-900: #09490F;
  --emerald-950: #062D0A;
}
Generate More ShadesCreate PaletteConvert Color