Emerald

#33E648

Green

Color Codes

All color formats for development

HEX
#33E648
RGB
rgb(51, 230, 72)
HSL
hsl(127, 78%, 55%)
OKLCH
oklch(0.809 0.243 144.3)
CMYK
cmyk(78%, 0%, 69%, 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#1CE133
2#19C82D
3#16AF27
4#139622
5#0F7D1C
6#0C6417
7#094B11
8#06320B
9#031906

Tints

Lighter variations

1#47E85A
2#5CEB6C
3#70ED7F
4#84F091
5#99F2A3
6#ADF5B6
7#C2F7C8
8#D6FADA
9#EBFCED

Tones

Muted variations

1#3CDD4E
2#45D455
3#4ECB5C
4#57C263
5#5FB96A
6#68B071
7#71A778
8#7A9E7F
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
#C4F8CA
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A1
BordersInactive statesPlaceholder text
400
60EB
#60EB70
Disabled statesSecondary iconsMuted text
500
33E6
#33E648
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C82D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F24
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E711A
Text on light backgroundsHeadingsStrong borders
900
0949
#094910
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: #C4F8CA;
  --emerald-300: #97F2A1;
  --emerald-400: #60EB70;
  --emerald-500: #33E648;
  --emerald-600: #19C82D;
  --emerald-700: #149F24;
  --emerald-800: #0E711A;
  --emerald-900: #094910;
  --emerald-950: #062D0A;
}
Generate More ShadesCreate PaletteConvert Color