Emerald

#13CDB8

Cyan

Color Codes

All color formats for development

HEX
#13CDB8
RGB
rgb(19, 205, 184)
HSL
hsl(173, 83%, 44%)
OKLCH
oklch(0.762 0.134 181.9)
CMYK
cmyk(91%, 0%, 10%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.01:1

AA AAA

On Black Background

10.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#11B9A5
2#0FA493
3#0D9081
4#0B7B6E
5#0A675C
6#085249
7#063E37
8#042925
9#021512

Tints

Lighter variations

1#16E7CF
2#2EECD5
3#48EEDB
4#62F0E0
5#7CF3E5
6#96F5EA
7#B1F8EF
8#CBFAF5
9#E5FDFA

Tones

Muted variations

1#1CC4B0
2#26BBA9
3#2FB1A2
4#38A89B
5#429F94
6#4B958D
7#548C86
8#5E837E
9#677A77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF9
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9F3
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5EA
BordersInactive statesPlaceholder text
400
5CF0
#5CF0DF
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBD5
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CDB8
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA392
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7568
Text on light backgroundsHeadingsStrong borders
900
074B
#074B43
Primary textHigh emphasis contentDark headings
950
042F
#042F2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFC;
  --emerald-100: #DEFCF9;
  --emerald-200: #C2F9F3;
  --emerald-300: #94F5EA;
  --emerald-400: #5CF0DF;
  --emerald-500: #2DEBD5;
  --emerald-600: #13CDB8;
  --emerald-700: #0FA392;
  --emerald-800: #0B7568;
  --emerald-900: #074B43;
  --emerald-950: #042F2A;
}
Generate More ShadesCreate PaletteConvert Color