Emerald

#1FC1A9

Cyan

Color Codes

All color formats for development

HEX
#1FC1A9
RGB
rgb(31, 193, 169)
HSL
hsl(171, 72%, 44%)
OKLCH
oklch(0.729 0.128 179.2)
CMYK
cmyk(84%, 0%, 12%, 24%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.26: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#1CAE98
2#199A87
3#168776
4#137465
5#106054
6#0D4D43
7#093A33
8#062722
9#031311

Tints

Lighter variations

1#23DABE
2#3BDFC6
3#53E3CD
4#6CE7D5
5#84EBDC
6#9DEFE3
7#B5F3EA
8#CEF7F1
9#E6FBF8

Tones

Muted variations

1#27B9A3
2#30B19D
3#38A998
4#40A192
5#48998C
6#509187
7#588881
8#60807C
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
#C6F6EF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFE2
BordersInactive statesPlaceholder text
400
65E6
#65E6D3
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADFC6
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC1A9
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A86
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E60
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B463D
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: #C6F6EF;
  --emerald-300: #9AEFE2;
  --emerald-400: #65E6D3;
  --emerald-500: #3ADFC6;
  --emerald-600: #1FC1A9;
  --emerald-700: #199A86;
  --emerald-800: #126E60;
  --emerald-900: #0B463D;
  --emerald-950: #072C26;
}
Generate More ShadesCreate PaletteConvert Color