Emerald

#33E6AD

Green

Color Codes

All color formats for development

HEX
#33E6AD
RGB
rgb(51, 230, 173)
HSL
hsl(161, 78%, 55%)
OKLCH
oklch(0.825 0.161 165.8)
CMYK
cmyk(78%, 0%, 25%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.06: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#1CE1A2
2#19C890
3#16AF7E
4#13966C
5#0F7D5A
6#0C6448
7#094B36
8#063224
9#031912

Tints

Lighter variations

1#47E8B5
2#5CEBBD
3#70EDC6
4#84F0CE
5#99F2D6
6#ADF5DE
7#C2F7E6
8#D6FAEF
9#EBFCF7

Tones

Muted variations

1#3CDDAA
2#45D4A7
3#4ECBA3
4#57C2A0
5#5FB99D
6#68B099
7#71A796
8#7A9E93
9#839590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D5
BordersInactive statesPlaceholder text
400
60EB
#60EBBF
Disabled statesSecondary iconsMuted text
500
33E6
#33E6AD
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C890
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F73
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7152
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF2;
  --emerald-200: #C4F8E7;
  --emerald-300: #97F2D5;
  --emerald-400: #60EBBF;
  --emerald-500: #33E6AD;
  --emerald-600: #19C890;
  --emerald-700: #149F73;
  --emerald-800: #0E7152;
  --emerald-900: #094934;
  --emerald-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color