Emerald

#67E493

Green

Color Codes

All color formats for development

HEX
#67E493
RGB
rgb(103, 228, 147)
HSL
hsl(141, 70%, 65%)
OKLCH
oklch(0.827 0.16 152.8)
CMYK
cmyk(55%, 0%, 36%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.60:1

AA AAA

On Black Background

13.10: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#4BDF7F
2#2FDA6B
3#23C55C
4#1EA94F
5#198D41
6#147134
7#0F5527
8#0A381A
9#051C0D

Tints

Lighter variations

1#76E79E
2#86EAA9
3#95ECB3
4#A4EFBE
5#B3F2C9
6#C2F4D4
7#D1F7DF
8#E1FAE9
9#F0FCF4

Tones

Muted variations

1#6EDE95
2#74D897
3#7AD199
4#80CB9B
5#87C59C
6#8DBF9E
7#93B8A0
8#99B2A2
9#A0ACA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE9
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDB8
BordersInactive statesPlaceholder text
400
67E4
#67E493
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD74
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF59
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9847
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C32
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4520
Primary textHigh emphasis contentDark headings
950
082B
#082B14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1FAE9;
  --emerald-200: #C7F5D7;
  --emerald-300: #9BEDB8;
  --emerald-400: #67E493;
  --emerald-500: #3CDD74;
  --emerald-600: #22BF59;
  --emerald-700: #1B9847;
  --emerald-800: #136C32;
  --emerald-900: #0C4520;
  --emerald-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color