Emerald

#1EC29F

Cyan

Color Codes

All color formats for development

HEX
#1EC29F
RGB
rgb(30, 194, 159)
HSL
hsl(167, 73%, 44%)
OKLCH
oklch(0.728 0.135 173)
CMYK
cmyk(85%, 0%, 18%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.26:1

AA AAA

On Black Background

9.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#1BAF8F
2#189B7F
3#15886F
4#12745F
5#0F614F
6#0C4E3F
7#093A30
8#062720
9#031310

Tints

Lighter variations

1#22DBB3
2#39E0BC
3#52E4C4
4#6BE8CD
5#83ECD5
6#9CF0DE
7#B5F3E6
8#CEF7EE
9#E6FBF7

Tones

Muted variations

1#26BA9A
2#2FB295
3#37AA91
4#3FA18C
5#479987
6#4F9183
7#58897E
8#608179
9#687875

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF5
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6EC
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFDD
BordersInactive statesPlaceholder text
400
65E7
#65E7CB
Disabled statesSecondary iconsMuted text
500
38E0
#38E0BC
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC29F
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A7E
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E5A
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B473A
Primary textHigh emphasis contentDark headings
950
072C
#072C24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FAF5;
  --emerald-200: #C6F6EC;
  --emerald-300: #9AEFDD;
  --emerald-400: #65E7CB;
  --emerald-500: #38E0BC;
  --emerald-600: #1EC29F;
  --emerald-700: #189A7E;
  --emerald-800: #116E5A;
  --emerald-900: #0B473A;
  --emerald-950: #072C24;
}
Generate More ShadesCreate PaletteConvert Color