Emerald

#3EDAC0

Cyan

Color Codes

All color formats for development

HEX
#3EDAC0
RGB
rgb(62, 218, 192)
HSL
hsl(170, 68%, 55%)
OKLCH
oklch(0.803 0.132 178.9)
CMYK
cmyk(72%, 0%, 12%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#28D4B7
2#24BCA3
3#1FA58F
4#1B8D7A
5#167666
6#125E52
7#0D473D
8#092F29
9#041814

Tints

Lighter variations

1#51DEC7
2#65E2CD
3#78E5D3
4#8BE9D9
5#9FEDE0
6#B2F0E6
7#C5F4EC
8#D8F8F2
9#ECFBF9

Tones

Muted variations

1#46D2BB
2#4ECBB6
3#56C3B1
4#5DBBAB
5#65B3A6
6#6DABA1
7#75A49C
8#7D9C97
9#849491

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F5
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4ED
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECDF
BordersInactive statesPlaceholder text
400
69E2
#69E2CE
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDAC0
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCA3
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9682
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B5D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453B
Primary textHigh emphasis contentDark headings
950
082B
#082B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1F9F5;
  --emerald-200: #C7F4ED;
  --emerald-300: #9CECDF;
  --emerald-400: #69E2CE;
  --emerald-500: #3EDAC0;
  --emerald-600: #24BCA3;
  --emerald-700: #1D9682;
  --emerald-800: #146B5D;
  --emerald-900: #0D453B;
  --emerald-950: #082B25;
}
Generate More ShadesCreate PaletteConvert Color