Emerald

#24BC7F

Green

Color Codes

All color formats for development

HEX
#24BC7F
RGB
rgb(36, 188, 127)
HSL
hsl(156, 68%, 44%)
OKLCH
oklch(0.705 0.151 160.1)
CMYK
cmyk(81%, 0%, 32%, 26%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.57: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#20AA73
2#1D9766
3#198459
4#16714C
5#125E40
6#0E4B33
7#0B3926
8#072619
9#04130D

Tints

Lighter variations

1#28D490
2#3FDA9C
3#57DFA9
4#6FE4B5
5#87E8C1
6#9FEDCE
7#B7F1DA
8#CFF6E6
9#E7FAF3

Tones

Muted variations

1#2CB57E
2#33AD7C
3#3BA67B
4#429E79
5#4A9678
6#528F76
7#598775
8#617F73
9#697872

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E2
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECCC
BordersInactive statesPlaceholder text
400
69E2
#69E2B2
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA9C
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC7F
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9665
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B48
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452E
Primary textHigh emphasis contentDark headings
950
082B
#082B1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E1F9F0;
  --emerald-200: #C7F4E2;
  --emerald-300: #9CECCC;
  --emerald-400: #69E2B2;
  --emerald-500: #3EDA9C;
  --emerald-600: #24BC7F;
  --emerald-700: #1D9665;
  --emerald-800: #146B48;
  --emerald-900: #0D452E;
  --emerald-950: #082B1D;
}
Generate More ShadesCreate PaletteConvert Color