Emerald

#23BE97

Cyan

Color Codes

All color formats for development

HEX
#23BE97
RGB
rgb(35, 190, 151)
HSL
hsl(165, 69%, 44%)
OKLCH
oklch(0.716 0.135 170.3)
CMYK
cmyk(82%, 0%, 21%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.88: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#1FAB88
2#1C9879
3#18856A
4#15725B
5#115F4B
6#0E4C3C
7#0A392D
8#07261E
9#03130F

Tints

Lighter variations

1#27D6AA
2#3EDCB4
3#56E0BE
4#6EE4C7
5#86E9D0
6#9EEDDA
7#B7F2E3
8#CFF6EC
9#E7FBF6

Tones

Muted variations

1#2BB693
2#32AE8F
3#3AA68B
4#429F87
5#499784
6#518F80
7#59877C
8#618078
9#687874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E9
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD9
BordersInactive statesPlaceholder text
400
68E3
#68E3C5
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBB4
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE97
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9778
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C56
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4537
Primary textHigh emphasis contentDark headings
950
082B
#082B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1F9F3;
  --emerald-200: #C7F5E9;
  --emerald-300: #9CEDD9;
  --emerald-400: #68E3C5;
  --emerald-500: #3DDBB4;
  --emerald-600: #23BE97;
  --emerald-700: #1C9778;
  --emerald-800: #146C56;
  --emerald-900: #0D4537;
  --emerald-950: #082B22;
}
Generate More ShadesCreate PaletteConvert Color