Emerald

#69E287

Green

Color Codes

All color formats for development

HEX
#69E287
RGB
rgb(105, 226, 135)
HSL
hsl(135, 68%, 65%)
OKLCH
oklch(0.821 0.168 149.5)
CMYK
cmyk(54%, 0%, 40%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.83: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#4DDD71
2#31D85B
3#25C34D
4#20A742
5#1B8B37
6#156F2C
7#105421
8#0B3816
9#051C0B

Tints

Lighter variations

1#78E593
2#87E89F
3#96EBAB
4#A5EEB7
5#B4F1C3
6#C3F4CF
7#D2F6DB
8#E1F9E7
9#F0FCF3

Tones

Muted variations

1#6FDC8A
2#75D68D
3#7BD091
4#81CA94
5#87C497
6#8DBE9A
7#94B89D
8#9AB2A0
9#A0ACA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E7
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D3
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECB0
BordersInactive statesPlaceholder text
400
69E2
#69E287
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA65
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC4A
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D963B
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B2A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451B
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: #E1F9E7;
  --emerald-200: #C7F4D3;
  --emerald-300: #9CECB0;
  --emerald-400: #69E287;
  --emerald-500: #3EDA65;
  --emerald-600: #24BC4A;
  --emerald-700: #1D963B;
  --emerald-800: #146B2A;
  --emerald-900: #0D451B;
  --emerald-950: #082B11;
}
Generate More ShadesCreate PaletteConvert Color