Emerald

#3ADFA8

Green

Color Codes

All color formats for development

HEX
#3ADFA8
RGB
rgb(58, 223, 168)
HSL
hsl(160, 72%, 55%)
OKLCH
oklch(0.808 0.154 165.5)
CMYK
cmyk(74%, 0%, 25%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#23D99D
2#1FC18B
3#1BA97A
4#189168
5#147957
6#106046
7#0C4834
8#083023
9#041811

Tints

Lighter variations

1#4DE2B1
2#61E5B9
3#75E9C2
4#89ECCB
5#9CEFD3
6#B0F2DC
7#C4F5E5
8#D8F9EE
9#EBFCF6

Tones

Muted variations

1#42D7A5
2#4ACEA2
3#52C6A0
4#5BBE9D
5#63B69A
6#6BAD97
7#73A595
8#7C9D92
9#84958F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF1
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6E6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFD2
BordersInactive statesPlaceholder text
400
65E6
#65E6BB
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADFA8
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC18B
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A6F
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E4F
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4633
Primary textHigh emphasis contentDark headings
950
072C
#072C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E0FAF1;
  --emerald-200: #C6F6E6;
  --emerald-300: #9AEFD2;
  --emerald-400: #65E6BB;
  --emerald-500: #3ADFA8;
  --emerald-600: #1FC18B;
  --emerald-700: #199A6F;
  --emerald-800: #126E4F;
  --emerald-900: #0B4633;
  --emerald-950: #072C20;
}
Generate More ShadesCreate PaletteConvert Color