Emerald

#3CDD67

Green

Color Codes

All color formats for development

HEX
#3CDD67
RGB
rgb(60, 221, 103)
HSL
hsl(136, 70%, 55%)
OKLCH
oklch(0.791 0.207 147.9)
CMYK
cmyk(73%, 0%, 53%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#26D755
2#22BF4C
3#1DA742
4#198F39
5#15772F
6#115F26
7#0D481C
8#083013
9#041809

Tints

Lighter variations

1#4FE076
2#63E385
3#76E794
4#8AEAA4
5#9DEEB3
6#B1F1C2
7#C4F5D1
8#D8F8E1
9#EBFCF0

Tones

Muted variations

1#44D56B
2#4CCD6E
3#54C472
4#5CBC76
5#64B47A
6#6CAC7D
7#74A481
8#7C9C85
9#849489

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D3
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDB1
BordersInactive statesPlaceholder text
400
67E4
#67E489
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD67
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF4C
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B983C
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C2B
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C451B
Primary textHigh emphasis contentDark headings
950
082B
#082B11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E1FAE7;
  --emerald-200: #C7F5D3;
  --emerald-300: #9BEDB1;
  --emerald-400: #67E489;
  --emerald-500: #3CDD67;
  --emerald-600: #22BF4C;
  --emerald-700: #1B983C;
  --emerald-800: #136C2B;
  --emerald-900: #0C451B;
  --emerald-950: #082B11;
}
Generate More ShadesCreate PaletteConvert Color