Emerald

#1FC1A6

Cyan

Color Codes

All color formats for development

HEX
#1FC1A6
RGB
rgb(31, 193, 166)
HSL
hsl(170, 72%, 44%)
OKLCH
oklch(0.728 0.129 177.4)
CMYK
cmyk(84%, 0%, 14%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.24: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
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#1CAE95
2#199A85
3#168774
4#137464
5#106053
6#0D4D42
7#093A32
8#062721
9#031311

Tints

Lighter variations

1#23DABB
2#3BDFC4
3#53E3CB
4#6CE7D2
5#84EBDA
6#9DEFE1
7#B5F3E9
8#CEF7F0
9#E6FBF8

Tones

Muted variations

1#27B9A1
2#30B19B
3#38A996
4#40A191
5#48998B
6#509186
7#588880
8#60807B
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6EE
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFE1
BordersInactive statesPlaceholder text
400
65E6
#65E6D1
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADFC3
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC1A6
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A84
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E5E
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B463C
Primary textHigh emphasis contentDark headings
950
072C
#072C26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E0FAF6;
  --emerald-200: #C6F6EE;
  --emerald-300: #9AEFE1;
  --emerald-400: #65E6D1;
  --emerald-500: #3ADFC3;
  --emerald-600: #1FC1A6;
  --emerald-700: #199A84;
  --emerald-800: #126E5E;
  --emerald-900: #0B463C;
  --emerald-950: #072C26;
}
Generate More ShadesCreate PaletteConvert Color