Emerald

#69E29C

Green

Color Codes

All color formats for development

HEX
#69E29C
RGB
rgb(105, 226, 156)
HSL
hsl(145, 68%, 65%)
OKLCH
oklch(0.825 0.148 155.7)
CMYK
cmyk(54%, 0%, 31%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.96: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#4DDD89
2#31D877
3#25C367
4#20A758
5#1B8B49
6#156F3B
7#10542C
8#0B381D
9#051C0F

Tints

Lighter variations

1#78E5A6
2#87E8B0
3#96EBB9
4#A5EEC3
5#B4F1CD
6#C3F4D7
7#D2F6E1
8#E1F9EB
9#F0FCF5

Tones

Muted variations

1#6FDC9D
2#75D69E
3#7BD09F
4#81CAA0
5#87C4A1
6#8DBEA2
7#94B8A3
8#9AB2A4
9#A0ACA5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EB
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4DA
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECBE
BordersInactive statesPlaceholder text
400
69E2
#69E29C
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA7F
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC63
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D964F
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B39
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4524
Primary textHigh emphasis contentDark headings
950
082B
#082B17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E1F9EB;
  --emerald-200: #C7F4DA;
  --emerald-300: #9CECBE;
  --emerald-400: #69E29C;
  --emerald-500: #3EDA7F;
  --emerald-600: #24BC63;
  --emerald-700: #1D964F;
  --emerald-800: #146B39;
  --emerald-900: #0D4524;
  --emerald-950: #082B17;
}
Generate More ShadesCreate PaletteConvert Color