Emerald

#42D7BE

Cyan

Color Codes

All color formats for development

HEX
#42D7BE
RGB
rgb(66, 215, 190)
HSL
hsl(170, 65%, 55%)
OKLCH
oklch(0.796 0.129 179.1)
CMYK
cmyk(69%, 0%, 12%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.80:1

AA AAA

On Black Background

11.70: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#2CD0B5
2#27B9A1
3#22A28D
4#1D8B79
5#197465
6#145D50
7#0F453C
8#0A2E28
9#051714

Tints

Lighter variations

1#55DBC4
2#68DFCB
3#7AE3D1
4#8DE7D8
5#A0EBDE
6#B3EFE5
7#C6F3EB
8#D9F7F2
9#ECFBF8

Tones

Muted variations

1#49CFB9
2#51C8B4
3#58C0AF
4#5FB9AA
5#67B2A5
6#6EAAA0
7#76A39B
8#7D9B96
9#859491

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F5
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3EC
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEADE
BordersInactive statesPlaceholder text
400
6CE0
#6CE0CC
Disabled statesSecondary iconsMuted text
500
42D7
#42D7BE
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B9A1
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9380
Active/pressed statesDark mode accentsSecondary text
800
1669
#16695B
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E433A
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCFB;
  --emerald-100: #E2F9F5;
  --emerald-200: #C8F3EC;
  --emerald-300: #9EEADE;
  --emerald-400: #6CE0CC;
  --emerald-500: #42D7BE;
  --emerald-600: #27B9A1;
  --emerald-700: #1F9380;
  --emerald-800: #16695B;
  --emerald-900: #0E433A;
  --emerald-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color