Emerald

#69E296

Green

Color Codes

All color formats for development

HEX
#69E296
RGB
rgb(105, 226, 150)
HSL
hsl(142, 68%, 65%)
OKLCH
oklch(0.824 0.154 153.7)
CMYK
cmyk(54%, 0%, 34%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#4DDD82
2#31D86E
3#25C35F
4#20A751
5#1B8B44
6#156F36
7#105429
8#0B381B
9#051C0E

Tints

Lighter variations

1#78E5A0
2#87E8AB
3#96EBB5
4#A5EEC0
5#B4F1CA
6#C3F4D5
7#D2F6DF
8#E1F9EA
9#F0FCF4

Tones

Muted variations

1#6FDC97
2#75D699
3#7BD09A
4#81CA9C
5#87C49E
6#8DBE9F
7#94B8A1
8#9AB2A3
9#A0ACA4

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EA
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D8
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECBA
BordersInactive statesPlaceholder text
400
69E2
#69E296
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA77
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC5C
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9649
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B34
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4521
Primary textHigh emphasis contentDark headings
950
082B
#082B15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1F9EA;
  --emerald-200: #C7F4D8;
  --emerald-300: #9CECBA;
  --emerald-400: #69E296;
  --emerald-500: #3EDA77;
  --emerald-600: #24BC5C;
  --emerald-700: #1D9649;
  --emerald-800: #146B34;
  --emerald-900: #0D4521;
  --emerald-950: #082B15;
}
Generate More ShadesCreate PaletteConvert Color