Emerald

#1BC595

Green

Color Codes

All color formats for development

HEX
#1BC595
RGB
rgb(27, 197, 149)
HSL
hsl(163, 76%, 44%)
OKLCH
oklch(0.733 0.146 167)
CMYK
cmyk(86%, 0%, 24%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.22:1

AA AAA

On Black Background

9.47: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#18B286
2#169E77
3#138A68
4#107659
5#0D634B
6#0B4F3C
7#083B2D
8#05271E
9#03140F

Tints

Lighter variations

1#1EDFA8
2#36E4B2
3#4FE7BC
4#68EAC6
5#81EECF
6#9AF1D9
7#B4F5E2
8#CDF8EC
9#E6FCF5

Tones

Muted variations

1#23BD91
2#2CB48E
3#35AC8A
4#3DA386
5#469B83
6#4E927F
7#578A7B
8#5F8178
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
#C5F7E9
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D8
BordersInactive statesPlaceholder text
400
62EA
#62EAC3
Disabled statesSecondary iconsMuted text
500
35E3
#35E3B2
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC595
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D77
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7055
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4836
Primary textHigh emphasis contentDark headings
950
062D
#062D22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FBF3;
  --emerald-200: #C5F7E9;
  --emerald-300: #98F1D8;
  --emerald-400: #62EAC3;
  --emerald-500: #35E3B2;
  --emerald-600: #1BC595;
  --emerald-700: #159D77;
  --emerald-800: #0F7055;
  --emerald-900: #0A4836;
  --emerald-950: #062D22;
}
Generate More ShadesCreate PaletteConvert Color