Emerald

#04DCA6

Cyan

Color Codes

All color formats for development

HEX
#04DCA6
RGB
rgb(4, 220, 166)
HSL
hsl(165, 96%, 44%)
OKLCH
oklch(0.794 0.162 167.2)
CMYK
cmyk(98%, 0%, 25%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8CFD
400
#50FB
500
#1EFA
600
#04DC
700
#04AF
800
#037D
900
#0250
950
#0132

Shades

Darker variations

1#04C695
2#04B085
3#039A74
4#038464
5#026E53
6#025842
7#014232
8#012C21
9#001611

Tints

Lighter variations

1#05F8BB
2#1FFAC4
3#3BFBCB
4#57FCD2
5#73FCDA
6#8FFDE1
7#ABFDE9
8#C7FEF0
9#E3FEF8

Tones

Muted variations

1#0FD1A1
2#1AC69B
3#25BC96
4#30B191
5#3AA68B
6#459B86
7#509180
8#5B867B
9#657B76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF6
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEEE
Secondary backgroundsInput backgroundsDividers
300
8CFD
#8CFDE1
BordersInactive statesPlaceholder text
400
50FB
#50FBD1
Disabled statesSecondary iconsMuted text
500
1EFA
#1EFAC3
Primary brand colorCTAsActive elementsLinks
600
04DC
#04DCA6
Hover statesFocus ringsPrimary buttons hover
700
04AF
#04AF84
Active/pressed statesDark mode accentsSecondary text
800
037D
#037D5E
Text on light backgroundsHeadingsStrong borders
900
0250
#02503C
Primary textHigh emphasis contentDark headings
950
0132
#013226
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FFFB;
  --emerald-100: #DCFEF6;
  --emerald-200: #BEFEEE;
  --emerald-300: #8CFDE1;
  --emerald-400: #50FBD1;
  --emerald-500: #1EFAC3;
  --emerald-600: #04DCA6;
  --emerald-700: #04AF84;
  --emerald-800: #037D5E;
  --emerald-900: #02503C;
  --emerald-950: #013226;
}
Generate More ShadesCreate PaletteConvert Color