Emerald

#3DDBA9

Green

Color Codes

All color formats for development

HEX
#3DDBA9
RGB
rgb(61, 219, 169)
HSL
hsl(161, 69%, 55%)
OKLCH
oklch(0.799 0.148 167)
CMYK
cmyk(72%, 0%, 23%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#27D59E
2#23BE8D
3#1EA67B
4#1A8E69
5#167758
6#115F46
7#0D4735
8#092F23
9#041812

Tints

Lighter variations

1#50DFB2
2#64E3BA
3#77E6C3
4#8BEACC
5#9EEDD4
6#B1F1DD
7#C5F4E5
8#D8F8EE
9#ECFBF6

Tones

Muted variations

1#45D4A6
2#4DCCA3
3#55C4A1
4#5DBC9E
5#65B49B
6#6DAC98
7#74A495
8#7C9C92
9#84948F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E6
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD3
BordersInactive statesPlaceholder text
400
68E3
#68E3BC
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBA9
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE8D
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9770
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C50
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4533
Primary textHigh emphasis contentDark headings
950
082B
#082B20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1F9F2;
  --emerald-200: #C7F5E6;
  --emerald-300: #9CEDD3;
  --emerald-400: #68E3BC;
  --emerald-500: #3DDBA9;
  --emerald-600: #23BE8D;
  --emerald-700: #1C9770;
  --emerald-800: #146C50;
  --emerald-900: #0D4533;
  --emerald-950: #082B20;
}
Generate More ShadesCreate PaletteConvert Color