Emerald

#0AD6A7

Cyan

Color Codes

All color formats for development

HEX
#0AD6A7
RGB
rgb(10, 214, 167)
HSL
hsl(166, 91%, 44%)
OKLCH
oklch(0.779 0.154 169.5)
CMYK
cmyk(95%, 0%, 22%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.19: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#09C196
2#08AB85
3#079675
4#068164
5#056B53
6#045643
7#034032
8#022B21
9#011511

Tints

Lighter variations

1#0BF2BC
2#25F5C4
3#40F6CC
4#5BF7D3
5#77F9DA
6#92FAE2
7#ADFBE9
8#C8FCF0
9#E4FEF8

Tones

Muted variations

1#14CCA1
2#1FC29C
3#29B896
4#33AD91
5#3DA38B
6#479986
7#528F81
8#5C857B
9#667A76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF6
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCEE
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAE1
BordersInactive statesPlaceholder text
400
55F7
#55F7D1
Disabled statesSecondary iconsMuted text
500
24F5
#24F5C4
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6A7
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA85
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A5F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E3D
Primary textHigh emphasis contentDark headings
950
0231
#023126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFB;
  --emerald-100: #DDFDF6;
  --emerald-200: #C0FCEE;
  --emerald-300: #8FFAE1;
  --emerald-400: #55F7D1;
  --emerald-500: #24F5C4;
  --emerald-600: #0AD6A7;
  --emerald-700: #08AA85;
  --emerald-800: #067A5F;
  --emerald-900: #044E3D;
  --emerald-950: #023126;
}
Generate More ShadesCreate PaletteConvert Color