Emerald

#2CB59E

Cyan

Color Codes

All color formats for development

HEX
#2CB59E
RGB
rgb(44, 181, 158)
HSL
hsl(170, 61%, 44%)
OKLCH
oklch(0.697 0.118 178.4)
CMYK
cmyk(76%, 0%, 13%, 29%)

Accessibility

WCAG contrast compliance

On White Background

2.56:1

AA AAA

On Black Background

8.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#27A38E
2#23917E
3#1F7E6E
4#1A6C5F
5#165A4F
6#12483F
7#0D362F
8#092420
9#041210

Tints

Lighter variations

1#31CCB2
2#47D2BB
3#5ED8C4
4#75DECC
5#8CE3D5
6#A3E9DD
7#BAEEE6
8#D1F4EE
9#E8F9F7

Tones

Muted variations

1#33AE99
2#39A795
3#40A090
4#47998C
5#4E9287
6#558C82
7#5C857E
8#637E79
9#697775

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F4
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2EB
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8DC
BordersInactive statesPlaceholder text
400
6FDC
#6FDCCA
Disabled statesSecondary iconsMuted text
500
46D2
#46D2BB
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB59E
Hover statesFocus ringsPrimary buttons hover
700
2390
#23907E
Active/pressed statesDark mode accentsSecondary text
800
1967
#19675A
Text on light backgroundsHeadingsStrong borders
900
1042
#104239
Primary textHigh emphasis contentDark headings
950
0A29
#0A2924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E2F8F4;
  --emerald-200: #CAF2EB;
  --emerald-300: #A1E8DC;
  --emerald-400: #6FDCCA;
  --emerald-500: #46D2BB;
  --emerald-600: #2CB59E;
  --emerald-700: #23907E;
  --emerald-800: #19675A;
  --emerald-900: #104239;
  --emerald-950: #0A2924;
}
Generate More ShadesCreate PaletteConvert Color