Emerald

#33E668

Green

Color Codes

All color formats for development

HEX
#33E668
RGB
rgb(51, 230, 104)
HSL
hsl(138, 78%, 55%)
OKLCH
oklch(0.812 0.219 148)
CMYK
cmyk(78%, 0%, 55%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.66: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#1CE157
2#19C84D
3#16AF44
4#13963A
5#0F7D30
6#0C6427
7#094B1D
8#063213
9#03190A

Tints

Lighter variations

1#47E878
2#5CEB87
3#70ED96
4#84F0A5
5#99F2B4
6#ADF5C3
7#C2F7D2
8#D6FAE1
9#EBFCF0

Tones

Muted variations

1#3CDD6C
2#45D470
3#4ECB73
4#57C277
5#5FB97A
6#68B07E
7#71A782
8#7A9E85
9#839589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF5
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D4
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B2
BordersInactive statesPlaceholder text
400
60EB
#60EB8A
Disabled statesSecondary iconsMuted text
500
33E6
#33E668
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C84D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F3D
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E712C
Text on light backgroundsHeadingsStrong borders
900
0949
#09491C
Primary textHigh emphasis contentDark headings
950
062D
#062D12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF5;
  --emerald-100: #DFFBE8;
  --emerald-200: #C4F8D4;
  --emerald-300: #97F2B2;
  --emerald-400: #60EB8A;
  --emerald-500: #33E668;
  --emerald-600: #19C84D;
  --emerald-700: #149F3D;
  --emerald-800: #0E712C;
  --emerald-900: #09491C;
  --emerald-950: #062D12;
}
Generate More ShadesCreate PaletteConvert Color