Emerald

#1BC5A3

Cyan

Color Codes

All color formats for development

HEX
#1BC5A3
RGB
rgb(27, 197, 163)
HSL
hsl(168, 76%, 44%)
OKLCH
oklch(0.737 0.136 173.9)
CMYK
cmyk(86%, 0%, 17%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.20:1

AA AAA

On Black Background

9.56: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#18B293
2#169E83
3#138A72
4#107662
5#0D6352
6#0B4F41
7#083B31
8#052721
9#031410

Tints

Lighter variations

1#1EDFB8
2#36E4C1
3#4FE7C9
4#68EAD0
5#81EED8
6#9AF1E0
7#B4F5E8
8#CDF8EF
9#E6FCF7

Tones

Muted variations

1#23BD9E
2#2CB499
3#35AC94
4#3DA38F
5#469B8A
6#4E9285
7#578A80
8#5F817A
9#687975

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF5
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7ED
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1DF
BordersInactive statesPlaceholder text
400
62EA
#62EACE
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C1
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5A3
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D82
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F705D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483B
Primary textHigh emphasis contentDark headings
950
062D
#062D25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FBF5;
  --emerald-200: #C5F7ED;
  --emerald-300: #98F1DF;
  --emerald-400: #62EACE;
  --emerald-500: #35E3C1;
  --emerald-600: #1BC5A3;
  --emerald-700: #159D82;
  --emerald-800: #0F705D;
  --emerald-900: #0A483B;
  --emerald-950: #062D25;
}
Generate More ShadesCreate PaletteConvert Color