Emerald

#42D7B2

Cyan

Color Codes

All color formats for development

HEX
#42D7B2
RGB
rgb(66, 215, 178)
HSL
hsl(165, 65%, 55%)
OKLCH
oklch(0.792 0.135 172.5)
CMYK
cmyk(69%, 0%, 17%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.81:1

AA AAA

On Black Background

11.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#2CD0A7
2#27B995
3#22A282
4#1D8B6F
5#19745D
6#145D4A
7#0F4538
8#0A2E25
9#051713

Tints

Lighter variations

1#55DBB9
2#68DFC1
3#7AE3C9
4#8DE7D1
5#A0EBD8
6#B3EFE0
7#C6F3E8
8#D9F7F0
9#ECFBF7

Tones

Muted variations

1#49CFAE
2#51C8AA
3#58C0A6
4#5FB9A3
5#67B29F
6#6EAA9B
7#76A397
8#7D9B94
9#859490

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F3
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E9
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAD7
BordersInactive statesPlaceholder text
400
6CE0
#6CE0C3
Disabled statesSecondary iconsMuted text
500
42D7
#42D7B2
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B995
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9376
Active/pressed statesDark mode accentsSecondary text
800
1669
#166954
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4336
Primary textHigh emphasis contentDark headings
950
092A
#092A22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCFA;
  --emerald-100: #E2F9F3;
  --emerald-200: #C8F3E9;
  --emerald-300: #9EEAD7;
  --emerald-400: #6CE0C3;
  --emerald-500: #42D7B2;
  --emerald-600: #27B995;
  --emerald-700: #1F9376;
  --emerald-800: #166954;
  --emerald-900: #0E4336;
  --emerald-950: #092A22;
}
Generate More ShadesCreate PaletteConvert Color