Emerald

#1BC592

Green

Color Codes

All color formats for development

HEX
#1BC592
RGB
rgb(27, 197, 146)
HSL
hsl(162, 76%, 44%)
OKLCH
oklch(0.732 0.148 165.7)
CMYK
cmyk(86%, 0%, 26%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.22:1

AA AAA

On Black Background

9.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#18B284
2#169E75
3#138A66
4#107658
5#0D6349
6#0B4F3B
7#083B2C
8#05271D
9#03140F

Tints

Lighter variations

1#1EDFA5
2#36E4AF
3#4FE7B9
4#68EAC3
5#81EECD
6#9AF1D7
7#B4F5E1
8#CDF8EB
9#E6FCF5

Tones

Muted variations

1#23BD8F
2#2CB48B
3#35AC88
4#3DA385
5#469B81
6#4E927E
7#578A7A
8#5F8177
9#687974

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E8
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D6
BordersInactive statesPlaceholder text
400
62EA
#62EAC1
Disabled statesSecondary iconsMuted text
500
35E3
#35E3AF
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC592
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D74
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7053
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4835
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FBF3;
  --emerald-200: #C5F7E8;
  --emerald-300: #98F1D6;
  --emerald-400: #62EAC1;
  --emerald-500: #35E3AF;
  --emerald-600: #1BC592;
  --emerald-700: #159D74;
  --emerald-800: #0F7053;
  --emerald-900: #0A4835;
  --emerald-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color