Emerald

#33E6B0

Green

Color Codes

All color formats for development

HEX
#33E6B0
RGB
rgb(51, 230, 176)
HSL
hsl(162, 78%, 55%)
OKLCH
oklch(0.826 0.159 167)
CMYK
cmyk(78%, 0%, 23%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.09: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#1CE1A6
2#19C893
3#16AF81
4#13966E
5#0F7D5C
6#0C644A
7#094B37
8#063225
9#031912

Tints

Lighter variations

1#47E8B8
2#5CEBC0
3#70EDC8
4#84F0D0
5#99F2D8
6#ADF5DF
7#C2F7E7
8#D6FAEF
9#EBFCF7

Tones

Muted variations

1#3CDDAC
2#45D4A9
3#4ECBA5
4#57C2A2
5#5FB99E
6#68B09B
7#71A797
8#7A9E93
9#839590

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D7
BordersInactive statesPlaceholder text
400
60EB
#60EBC2
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B0
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C893
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F75
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7154
Text on light backgroundsHeadingsStrong borders
900
0949
#094936
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: #DFFBF3;
  --emerald-200: #C4F8E8;
  --emerald-300: #97F2D7;
  --emerald-400: #60EBC2;
  --emerald-500: #33E6B0;
  --emerald-600: #19C893;
  --emerald-700: #149F75;
  --emerald-800: #0E7154;
  --emerald-900: #094936;
  --emerald-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color