Emerald

#30B097

Cyan

Color Codes

All color formats for development

HEX
#30B097
RGB
rgb(48, 176, 151)
HSL
hsl(168, 57%, 44%)
OKLCH
oklch(0.683 0.115 176.4)
CMYK
cmyk(73%, 0%, 14%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF1
300
#A3E6
400
#73D9
500
#4BCE
600
#30B0
700
#268C
800
#1B64
900
#1240
950
#0B28

Shades

Darker variations

1#2B9F88
2#278D78
3#227B69
4#1D6A5A
5#18584B
6#13463C
7#0E352D
8#0A231E
9#05120F

Tints

Lighter variations

1#36C7AA
2#4CCEB4
3#62D4BD
4#78DAC7
5#8FE0D0
6#A5E6D9
7#BCEDE3
8#D2F3EC
9#E9F9F6

Tones

Muted variations

1#37AA93
2#3DA38F
3#439D8B
4#4A9787
5#509083
6#578A80
7#5D837C
8#637D78
9#6A7774

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7F3
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1E9
Secondary backgroundsInput backgroundsDividers
300
A3E6
#A3E6D8
BordersInactive statesPlaceholder text
400
73D9
#73D9C4
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCEB3
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B097
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C78
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6456
Text on light backgroundsHeadingsStrong borders
900
1240
#124037
Primary textHigh emphasis contentDark headings
950
0B28
#0B2822
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCFA;
  --emerald-100: #E3F7F3;
  --emerald-200: #CBF1E9;
  --emerald-300: #A3E6D8;
  --emerald-400: #73D9C4;
  --emerald-500: #4BCEB3;
  --emerald-600: #30B097;
  --emerald-700: #268C78;
  --emerald-800: #1B6456;
  --emerald-900: #124037;
  --emerald-950: #0B2822;
}
Generate More ShadesCreate PaletteConvert Color