Emerald

#41D848

Green

Color Codes

All color formats for development

HEX
#41D848
RGB
rgb(65, 216, 72)
HSL
hsl(123, 66%, 55%)
OKLCH
oklch(0.775 0.223 143.6)
CMYK
cmyk(70%, 0%, 67%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#2BD233
2#26BA2E
3#21A328
4#1D8C22
5#18741C
6#135D17
7#0E4611
8#0A2F0B
9#051706

Tints

Lighter variations

1#54DC5A
2#67E06D
3#7AE47F
4#8DE891
5#A0EBA4
6#B3EFB6
7#C6F3C8
8#D9F7DA
9#ECFBED

Tones

Muted variations

1#48D04F
2#50C956
3#57C15D
4#5FBA63
5#66B26A
6#6EAB71
7#76A378
8#7D9B7F
9#859485

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4CA
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBA2
BordersInactive statesPlaceholder text
400
6BE1
#6BE171
Disabled statesSecondary iconsMuted text
500
41D8
#41D848
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA2E
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9424
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A1A
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E4411
Primary textHigh emphasis contentDark headings
950
092A
#092A0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF3;
  --emerald-100: #E1F9E3;
  --emerald-200: #C8F4CA;
  --emerald-300: #9EEBA2;
  --emerald-400: #6BE171;
  --emerald-500: #41D848;
  --emerald-600: #26BA2E;
  --emerald-700: #1E9424;
  --emerald-800: #166A1A;
  --emerald-900: #0E4411;
  --emerald-950: #092A0A;
}
Generate More ShadesCreate PaletteConvert Color