Emerald

#21C0AD

Cyan

Color Codes

All color formats for development

HEX
#21C0AD
RGB
rgb(33, 192, 173)
HSL
hsl(173, 71%, 44%)
OKLCH
oklch(0.728 0.125 182.1)
CMYK
cmyk(83%, 0%, 10%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.28:1

AA AAA

On Black Background

9.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#1DAD9C
2#1A998B
3#178679
4#147368
5#106057
6#0D4D45
7#0A3A34
8#072623
9#031311

Tints

Lighter variations

1#25D8C3
2#3CDECB
3#54E2D1
4#6CE6D8
5#85EADE
6#9DEEE5
7#B6F3EB
8#CEF7F2
9#E7FBF8

Tones

Muted variations

1#29B8A7
2#30B0A1
3#38A89B
4#40A095
5#48988F
6#509089
7#588883
8#60807C
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF7
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5F0
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEE4
BordersInactive statesPlaceholder text
400
66E5
#66E5D6
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDECB
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C0AD
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A998A
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D62
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C463F
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: #F2FDFC;
  --emerald-100: #E0FAF7;
  --emerald-200: #C6F5F0;
  --emerald-300: #9BEEE4;
  --emerald-400: #66E5D6;
  --emerald-500: #3BDECB;
  --emerald-600: #21C0AD;
  --emerald-700: #1A998A;
  --emerald-800: #126D62;
  --emerald-900: #0C463F;
  --emerald-950: #072C27;
}
Generate More ShadesCreate PaletteConvert Color