Emerald

#4BCEB8

Cyan

Color Codes

All color formats for development

HEX
#4BCEB8
RGB
rgb(75, 206, 184)
HSL
hsl(170, 57%, 55%)
OKLCH
oklch(0.774 0.118 179.8)
CMYK
cmyk(64%, 0%, 11%, 19%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.82:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#36C6AE
2#30B09B
3#2A9A87
4#248474
5#1E6E61
6#18584D
7#12423A
8#0C2C27
9#061613

Tints

Lighter variations

1#5DD3BF
2#6FD8C6
3#81DCCD
4#93E1D4
5#A5E6DB
6#B7EBE3
7#C9F0EA
8#DBF5F1
9#EDFAF8

Tones

Muted variations

1#51C7B3
2#58C1AF
3#5EBAAB
4#65B3A6
5#6CADA2
6#72A69E
7#79A099
8#7F9995
9#869391

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F4
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1EA
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6DB
BordersInactive statesPlaceholder text
400
73D9
#73D9C8
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCEB8
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B09B
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C7B
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6458
Text on light backgroundsHeadingsStrong borders
900
1240
#124038
Primary textHigh emphasis contentDark headings
950
0B28
#0B2823
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E3F7F4;
  --emerald-200: #CBF1EA;
  --emerald-300: #A3E6DB;
  --emerald-400: #73D9C8;
  --emerald-500: #4BCEB8;
  --emerald-600: #30B09B;
  --emerald-700: #268C7B;
  --emerald-800: #1B6458;
  --emerald-900: #124038;
  --emerald-950: #0B2823;
}
Generate More ShadesCreate PaletteConvert Color