Emerald

#28B8A5

Cyan

Color Codes

All color formats for development

HEX
#28B8A5
RGB
rgb(40, 184, 165)
HSL
hsl(172, 64%, 44%)
OKLCH
oklch(0.706 0.119 181.4)
CMYK
cmyk(78%, 0%, 10%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#24A694
2#209384
3#1C8173
4#186E63
5#145C52
6#104A42
7#0C3731
8#082521
9#041210

Tints

Lighter variations

1#2ECFBA
2#44D6C2
3#5BDBCA
4#72E0D2
5#8AE5D9
6#A1EAE1
7#B9F0E8
8#D0F5F0
9#E8FAF7

Tones

Muted variations

1#30B1A0
2#37AA9A
3#3EA295
4#459B90
5#4C948B
6#538D85
7#5B8680
8#627F7B
9#697775

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F6
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3ED
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE0
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD0
Disabled statesSecondary iconsMuted text
500
43D6
#43D6C2
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8A5
Hover statesFocus ringsPrimary buttons hover
700
2092
#209283
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695E
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433C
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCFB;
  --emerald-100: #E2F9F6;
  --emerald-200: #C9F3ED;
  --emerald-300: #9FEAE0;
  --emerald-400: #6DDFD0;
  --emerald-500: #43D6C2;
  --emerald-600: #28B8A5;
  --emerald-700: #209283;
  --emerald-800: #17695E;
  --emerald-900: #0F433C;
  --emerald-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color