Emerald

#0DD3A5

Cyan

Color Codes

All color formats for development

HEX
#0DD3A5
RGB
rgb(13, 211, 165)
HSL
hsl(166, 88%, 44%)
OKLCH
oklch(0.771 0.152 169.6)
CMYK
cmyk(94%, 0%, 22%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0CBE94
2#0BA984
3#099473
4#087F63
5#076952
6#055442
7#043F31
8#032A21
9#011510

Tints

Lighter variations

1#0FEEBA
2#28F1C2
3#43F3CA
4#5EF5D2
5#79F6D9
6#94F8E1
7#AEFAE8
8#C9FCF0
9#E4FDF7

Tones

Muted variations

1#17C9A0
2#21BF9A
3#2BB595
4#35AB90
5#3FA28B
6#499885
7#538E80
8#5C847B
9#667A75

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF6
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBED
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8E0
BordersInactive statesPlaceholder text
400
57F4
#57F4D0
Disabled statesSecondary iconsMuted text
500
27F1
#27F1C2
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3A5
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA883
Active/pressed statesDark mode accentsSecondary text
800
0878
#08785E
Text on light backgroundsHeadingsStrong borders
900
054D
#054D3C
Primary textHigh emphasis contentDark headings
950
0330
#033025
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFB;
  --emerald-100: #DDFDF6;
  --emerald-200: #C1FBED;
  --emerald-300: #91F8E0;
  --emerald-400: #57F4D0;
  --emerald-500: #27F1C2;
  --emerald-600: #0DD3A5;
  --emerald-700: #0BA883;
  --emerald-800: #08785E;
  --emerald-900: #054D3C;
  --emerald-950: #033025;
}
Generate More ShadesCreate PaletteConvert Color