Emerald

#18C9B7

Cyan

Color Codes

All color formats for development

HEX
#18C9B7
RGB
rgb(24, 201, 183)
HSL
hsl(174, 79%, 44%)
OKLCH
oklch(0.752 0.131 183.4)
CMYK
cmyk(88%, 0%, 9%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#15B5A5
2#13A192
3#108D80
4#0E796E
5#0C645C
6#095049
7#073C37
8#052825
9#021412

Tints

Lighter variations

1#1BE2CE
2#33E7D5
3#4CEADA
4#66EDDF
5#7FF0E5
6#99F3EA
7#B2F6EF
8#CCF9F4
9#E5FCFA

Tones

Muted variations

1#20C0B0
2#29B7A9
3#32AEA2
4#3BA59B
5#449D94
6#4D948D
7#568B85
8#5E827E
9#677977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F3
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3E9
BordersInactive statesPlaceholder text
400
5FEC
#5FECDE
Disabled statesSecondary iconsMuted text
500
32E7
#32E7D5
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9B7
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A092
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7268
Text on light backgroundsHeadingsStrong borders
900
0949
#094943
Primary textHigh emphasis contentDark headings
950
052E
#052E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF8;
  --emerald-200: #C4F8F3;
  --emerald-300: #96F3E9;
  --emerald-400: #5FECDE;
  --emerald-500: #32E7D5;
  --emerald-600: #18C9B7;
  --emerald-700: #13A092;
  --emerald-800: #0D7268;
  --emerald-900: #094943;
  --emerald-950: #052E2A;
}
Generate More ShadesCreate PaletteConvert Color