Emerald

#33E6B6

Green

Color Codes

All color formats for development

HEX
#33E6B6
RGB
rgb(51, 230, 182)
HSL
hsl(164, 78%, 55%)
OKLCH
oklch(0.827 0.155 169.5)
CMYK
cmyk(78%, 0%, 21%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.13: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#1CE1AC
2#19C899
3#16AF86
4#139673
5#0F7D60
6#0C644D
7#094B39
8#063226
9#031913

Tints

Lighter variations

1#47E8BD
2#5CEBC5
3#70EDCC
4#84F0D3
5#99F2DB
6#ADF5E2
7#C2F7E9
8#D6FAF0
9#EBFCF8

Tones

Muted variations

1#3CDDB2
2#45D4AE
3#4ECBA9
4#57C2A5
5#5FB9A1
6#68B09D
7#71A799
8#7A9E95
9#839590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EA
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2DA
BordersInactive statesPlaceholder text
400
60EB
#60EBC6
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B6
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C899
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F7A
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7157
Text on light backgroundsHeadingsStrong borders
900
0949
#094938
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF4;
  --emerald-200: #C4F8EA;
  --emerald-300: #97F2DA;
  --emerald-400: #60EBC6;
  --emerald-500: #33E6B6;
  --emerald-600: #19C899;
  --emerald-700: #149F7A;
  --emerald-800: #0E7157;
  --emerald-900: #094938;
  --emerald-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color