Emerald

#23BEA6

Cyan

Color Codes

All color formats for development

HEX
#23BEA6
RGB
rgb(35, 190, 166)
HSL
hsl(171, 69%, 44%)
OKLCH
oklch(0.721 0.126 178.8)
CMYK
cmyk(82%, 0%, 13%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#1FAB96
2#1C9885
3#188574
4#157264
5#115F53
6#0E4C43
7#0A3932
8#072621
9#031311

Tints

Lighter variations

1#27D6BC
2#3EDCC4
3#56E0CB
4#6EE4D3
5#86E9DA
6#9EEDE1
7#B7F2E9
8#CFF6F0
9#E7FBF8

Tones

Muted variations

1#2BB6A1
2#32AE9C
3#3AA696
4#429F91
5#49978B
6#518F86
7#598780
8#61807B
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EE
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE1
BordersInactive statesPlaceholder text
400
68E3
#68E3D1
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBC4
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEA6
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9784
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C5F
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453D
Primary textHigh emphasis contentDark headings
950
082B
#082B26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1F9F6;
  --emerald-200: #C7F5EE;
  --emerald-300: #9CEDE1;
  --emerald-400: #68E3D1;
  --emerald-500: #3DDBC4;
  --emerald-600: #23BEA6;
  --emerald-700: #1C9784;
  --emerald-800: #146C5F;
  --emerald-900: #0D453D;
  --emerald-950: #082B26;
}
Generate More ShadesCreate PaletteConvert Color