Emerald

#35E3C3

Cyan

Color Codes

All color formats for development

HEX
#35E3C3
RGB
rgb(53, 227, 195)
HSL
hsl(169, 76%, 55%)
OKLCH
oklch(0.824 0.143 176.7)
CMYK
cmyk(77%, 0%, 14%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#1EDEBB
2#1BC5A6
3#18AD91
4#14947D
5#117B68
6#0D6353
7#0A4A3E
8#07312A
9#031915

Tints

Lighter variations

1#49E6C9
2#5DE9CF
3#72ECD5
4#86EEDB
5#9AF1E1
6#AEF4E7
7#C2F7ED
8#D7F9F3
9#EBFCF9

Tones

Muted variations

1#3EDBBE
2#46D2B8
3#4FC9B3
4#58C1AD
5#61B8A8
6#69AFA2
7#72A69D
8#7B9E97
9#849592

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF6
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EE
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1E1
BordersInactive statesPlaceholder text
400
62EA
#62EAD1
Disabled statesSecondary iconsMuted text
500
35E3
#35E3C3
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5A6
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D84
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F705E
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A483C
Primary textHigh emphasis contentDark headings
950
062D
#062D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FBF6;
  --emerald-200: #C5F7EE;
  --emerald-300: #98F1E1;
  --emerald-400: #62EAD1;
  --emerald-500: #35E3C3;
  --emerald-600: #1BC5A6;
  --emerald-700: #159D84;
  --emerald-800: #0F705E;
  --emerald-900: #0A483C;
  --emerald-950: #062D26;
}
Generate More ShadesCreate PaletteConvert Color