Emerald

#1AC7B2

Cyan

Color Codes

All color formats for development

HEX
#1AC7B2
RGB
rgb(26, 199, 178)
HSL
hsl(173, 77%, 44%)
OKLCH
oklch(0.746 0.131 181.5)
CMYK
cmyk(87%, 0%, 11%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#17B3A1
2#159F8F
3#128B7D
4#0F776B
5#0D6359
6#0A4F47
7#083C36
8#052824
9#031412

Tints

Lighter variations

1#1DE0C9
2#35E5D0
3#4EE8D6
4#67EBDC
5#81EFE2
6#9AF2E8
7#B3F5ED
8#CCF8F3
9#E6FCF9

Tones

Muted variations

1#22BEAC
2#2BB5A5
3#34AD9F
4#3CA498
5#459B91
6#4E938B
7#568A84
8#5F817D
9#687977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7F1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E7
BordersInactive statesPlaceholder text
400
61EA
#61EADA
Disabled statesSecondary iconsMuted text
500
34E5
#34E5D0
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC7B2
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E8E
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7165
Text on light backgroundsHeadingsStrong borders
900
0948
#094841
Primary textHigh emphasis contentDark headings
950
062D
#062D29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF8;
  --emerald-200: #C4F7F1;
  --emerald-300: #97F2E7;
  --emerald-400: #61EADA;
  --emerald-500: #34E5D0;
  --emerald-600: #1AC7B2;
  --emerald-700: #159E8E;
  --emerald-800: #0F7165;
  --emerald-900: #094841;
  --emerald-950: #062D29;
}
Generate More ShadesCreate PaletteConvert Color