Emerald

#0AD6A3

Cyan

Color Codes

All color formats for development

HEX
#0AD6A3
RGB
rgb(10, 214, 163)
HSL
hsl(165, 91%, 44%)
OKLCH
oklch(0.778 0.157 167.8)
CMYK
cmyk(95%, 0%, 24%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#09C193
2#08AB83
3#079672
4#068162
5#056B52
6#045641
7#034031
8#022B21
9#011510

Tints

Lighter variations

1#0BF2B8
2#25F5C1
3#40F6C9
4#5BF7D0
5#77F9D8
6#92FAE0
7#ADFBE8
8#C8FCEF
9#E4FEF7

Tones

Muted variations

1#14CC9E
2#1FC299
3#29B894
4#33AD8F
5#3DA38A
6#479985
7#528F80
8#5C857A
9#667A75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF5
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCED
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFADF
BordersInactive statesPlaceholder text
400
55F7
#55F7CE
Disabled statesSecondary iconsMuted text
500
24F5
#24F5C0
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6A3
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA82
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A5D
Text on light backgroundsHeadingsStrong borders
900
044E
#044E3B
Primary textHigh emphasis contentDark headings
950
0231
#023125
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFB;
  --emerald-100: #DDFDF5;
  --emerald-200: #C0FCED;
  --emerald-300: #8FFADF;
  --emerald-400: #55F7CE;
  --emerald-500: #24F5C0;
  --emerald-600: #0AD6A3;
  --emerald-700: #08AA82;
  --emerald-800: #067A5D;
  --emerald-900: #044E3B;
  --emerald-950: #023125;
}
Generate More ShadesCreate PaletteConvert Color