Emerald

#1BC5A6

Cyan

Color Codes

All color formats for development

HEX
#1BC5A6
RGB
rgb(27, 197, 166)
HSL
hsl(169, 76%, 44%)
OKLCH
oklch(0.737 0.134 175.5)
CMYK
cmyk(86%, 0%, 16%, 23%)

Accessibility

WCAG contrast compliance

On White Background

2.19:1

AA AAA

On Black Background

9.58: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#18B296
2#169E85
3#138A74
4#107664
5#0D6353
6#0B4F42
7#083B32
8#052721
9#031411

Tints

Lighter variations

1#1EDFBB
2#36E4C4
3#4FE7CB
4#68EAD3
5#81EEDA
6#9AF1E1
7#B4F5E9
8#CDF8F0
9#E6FCF8

Tones

Muted variations

1#23BDA1
2#2CB49B
3#35AC96
4#3DA391
5#469B8B
6#4E9286
7#578A80
8#5F817B
9#687976

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF6
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EE
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1E1
BordersInactive statesPlaceholder text
400
62EA
#62EAD1
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C3
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5A6
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D84
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F705E
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483C
Primary textHigh emphasis contentDark headings
950
062D
#062D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FBF6;
  --emerald-200: #C5F7EE;
  --emerald-300: #98F1E1;
  --emerald-400: #62EAD1;
  --emerald-500: #35E3C3;
  --emerald-600: #1BC5A6;
  --emerald-700: #159D84;
  --emerald-800: #0F705E;
  --emerald-900: #0A483C;
  --emerald-950: #062D26;
}
Generate More ShadesCreate PaletteConvert Color