Emerald

#67E469

Green

Color Codes

All color formats for development

HEX
#67E469
RGB
rgb(103, 228, 105)
HSL
hsl(121, 70%, 65%)
OKLCH
oklch(0.821 0.198 143.8)
CMYK
cmyk(55%, 0%, 54%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.88: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#4BDF4E
2#2FDA32
3#23C526
4#1EA920
5#198D1B
6#147115
7#0F5510
8#0A380B
9#051C05

Tints

Lighter variations

1#76E778
2#86EA87
3#95EC96
4#A4EFA5
5#B3F2B4
6#C2F4C3
7#D1F7D2
8#E1FAE1
9#F0FCF0

Tones

Muted variations

1#6EDE6F
2#74D875
3#7AD17B
4#80CB82
5#87C588
6#8DBF8E
7#93B894
8#99B29A
9#A0ACA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAE1
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5C7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BED9D
BordersInactive statesPlaceholder text
400
67E4
#67E469
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDD3F
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF24
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B981D
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C15
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C450D
Primary textHigh emphasis contentDark headings
950
082B
#082B08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF2;
  --emerald-100: #E1FAE1;
  --emerald-200: #C7F5C7;
  --emerald-300: #9BED9D;
  --emerald-400: #67E469;
  --emerald-500: #3CDD3F;
  --emerald-600: #22BF24;
  --emerald-700: #1B981D;
  --emerald-800: #136C15;
  --emerald-900: #0C450D;
  --emerald-950: #082B08;
}
Generate More ShadesCreate PaletteConvert Color