Emerald

#14CCA4

Cyan

Color Codes

All color formats for development

HEX
#14CCA4
RGB
rgb(20, 204, 164)
HSL
hsl(167, 82%, 44%)
OKLCH
oklch(0.754 0.144 171.6)
CMYK
cmyk(90%, 0%, 20%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#12B894
2#10A383
3#0E8F73
4#0C7B63
5#0A6652
6#085242
7#063D31
8#042921
9#021410

Tints

Lighter variations

1#17E6B9
2#2FEAC2
3#49EDC9
4#63F0D1
5#7DF2D9
6#97F5E0
7#B1F7E8
8#CBFAF0
9#E5FCF7

Tones

Muted variations

1#1DC39F
2#27BA9A
3#30B195
4#39A78F
5#429E8A
6#4B9585
7#558C80
8#5E837B
9#677975

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF5
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9ED
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4E0
BordersInactive statesPlaceholder text
400
5DEF
#5DEFCF
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAC2
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCA4
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A283
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B745D
Text on light backgroundsHeadingsStrong borders
900
074A
#074A3C
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFB;
  --emerald-100: #DFFCF5;
  --emerald-200: #C3F9ED;
  --emerald-300: #94F4E0;
  --emerald-400: #5DEFCF;
  --emerald-500: #2EEAC2;
  --emerald-600: #14CCA4;
  --emerald-700: #10A283;
  --emerald-800: #0B745D;
  --emerald-900: #074A3C;
  --emerald-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color