Emerald

#1BC5AC

Cyan

Color Codes

All color formats for development

HEX
#1BC5AC
RGB
rgb(27, 197, 172)
HSL
hsl(171, 76%, 44%)
OKLCH
oklch(0.739 0.131 179)
CMYK
cmyk(86%, 0%, 13%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.63: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#18B29B
2#169E8A
3#138A78
4#107667
5#0D6356
6#0B4F45
7#083B34
8#052722
9#031411

Tints

Lighter variations

1#1EDFC2
2#36E4CA
3#4FE7D0
4#68EAD7
5#81EEDE
6#9AF1E4
7#B4F5EB
8#CDF8F2
9#E6FCF8

Tones

Muted variations

1#23BDA6
2#2CB4A0
3#35AC9A
4#3DA394
5#469B8E
6#4E9288
7#578A82
8#5F817C
9#687976

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF7
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EF
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1E4
BordersInactive statesPlaceholder text
400
62EA
#62EAD5
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C9
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5AC
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D89
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7062
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483F
Primary textHigh emphasis contentDark headings
950
062D
#062D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FBF7;
  --emerald-200: #C5F7EF;
  --emerald-300: #98F1E4;
  --emerald-400: #62EAD5;
  --emerald-500: #35E3C9;
  --emerald-600: #1BC5AC;
  --emerald-700: #159D89;
  --emerald-800: #0F7062;
  --emerald-900: #0A483F;
  --emerald-950: #062D27;
}
Generate More ShadesCreate PaletteConvert Color