Emerald

#35E3B8

Cyan

Color Codes

All color formats for development

HEX
#35E3B8
RGB
rgb(53, 227, 184)
HSL
hsl(165, 76%, 55%)
OKLCH
oklch(0.821 0.149 171.3)
CMYK
cmyk(77%, 0%, 19%, 11%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.83: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#1EDEAE
2#1BC59B
3#18AD87
4#149474
5#117B61
6#0D634D
7#0A4A3A
8#073127
9#031913

Tints

Lighter variations

1#49E6BF
2#5DE9C6
3#72ECCD
4#86EED4
5#9AF1DB
6#AEF4E3
7#C2F7EA
8#D7F9F1
9#EBFCF8

Tones

Muted variations

1#3EDBB3
2#46D2AF
3#4FC9AB
4#58C1A6
5#61B8A2
6#69AF9E
7#72A699
8#7B9E95
9#849591

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF4
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EA
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1DB
BordersInactive statesPlaceholder text
400
62EA
#62EAC8
Disabled statesSecondary iconsMuted text
500
35E3
#35E3B8
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC59B
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D7B
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7058
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4838
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E0FBF4;
  --emerald-200: #C5F7EA;
  --emerald-300: #98F1DB;
  --emerald-400: #62EAC8;
  --emerald-500: #35E3B8;
  --emerald-600: #1BC59B;
  --emerald-700: #159D7B;
  --emerald-800: #0F7058;
  --emerald-900: #0A4838;
  --emerald-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color