Emerald

#23BE9C

Cyan

Color Codes

All color formats for development

HEX
#23BE9C
RGB
rgb(35, 190, 156)
HSL
hsl(167, 69%, 44%)
OKLCH
oklch(0.718 0.131 173)
CMYK
cmyk(82%, 0%, 18%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.92: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#1FAB8C
2#1C987D
3#18856D
4#15725E
5#115F4E
6#0E4C3E
7#0A392F
8#07261F
9#031310

Tints

Lighter variations

1#27D6B0
2#3EDCB9
3#56E0C2
4#6EE4CB
5#86E9D4
6#9EEDDC
7#B7F2E5
8#CFF6EE
9#E7FBF6

Tones

Muted variations

1#2BB698
2#32AE93
3#3AA68F
4#429F8B
5#499786
6#518F82
7#59877D
8#618079
9#687875

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EB
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDDB
BordersInactive statesPlaceholder text
400
68E3
#68E3C9
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBB9
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE9C
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C977C
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C59
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4539
Primary textHigh emphasis contentDark headings
950
082B
#082B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1F9F4;
  --emerald-200: #C7F5EB;
  --emerald-300: #9CEDDB;
  --emerald-400: #68E3C9;
  --emerald-500: #3DDBB9;
  --emerald-600: #23BE9C;
  --emerald-700: #1C977C;
  --emerald-800: #146C59;
  --emerald-900: #0D4539;
  --emerald-950: #082B23;
}
Generate More ShadesCreate PaletteConvert Color