Emerald

#1EC2AC

Cyan

Color Codes

All color formats for development

HEX
#1EC2AC
RGB
rgb(30, 194, 172)
HSL
hsl(172, 73%, 44%)
OKLCH
oklch(0.732 0.128 180.5)
CMYK
cmyk(85%, 0%, 11%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.24:1

AA AAA

On Black Background

9.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#1BAF9B
2#189B8A
3#158879
4#127467
5#0F6156
6#0C4E45
7#093A34
8#062722
9#031311

Tints

Lighter variations

1#22DBC2
2#39E0CA
3#52E4D1
4#6BE8D7
5#83ECDE
6#9CF0E4
7#B5F3EB
8#CEF7F2
9#E6FBF8

Tones

Muted variations

1#26BAA6
2#2FB2A0
3#37AA9A
4#3FA194
5#47998E
6#4F9188
7#588982
8#60817C
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF7
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6F0
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFE4
BordersInactive statesPlaceholder text
400
65E7
#65E7D6
Disabled statesSecondary iconsMuted text
500
38E0
#38E0CA
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC2AC
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A89
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E62
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B473F
Primary textHigh emphasis contentDark headings
950
072C
#072C27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FAF7;
  --emerald-200: #C6F6F0;
  --emerald-300: #9AEFE4;
  --emerald-400: #65E7D6;
  --emerald-500: #38E0CA;
  --emerald-600: #1EC2AC;
  --emerald-700: #189A89;
  --emerald-800: #116E62;
  --emerald-900: #0B473F;
  --emerald-950: #072C27;
}
Generate More ShadesCreate PaletteConvert Color