Emerald

#30B094

Cyan

Color Codes

All color formats for development

HEX
#30B094
RGB
rgb(48, 176, 148)
HSL
hsl(167, 57%, 44%)
OKLCH
oklch(0.682 0.117 174.5)
CMYK
cmyk(73%, 0%, 16%, 31%)

Accessibility

WCAG contrast compliance

On White Background

2.70:1

AA AAA

On Black Background

7.76: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#2B9F86
2#278D77
3#227B68
4#1D6A59
5#18584A
6#13463B
7#0E352D
8#0A231E
9#05120F

Tints

Lighter variations

1#36C7A7
2#4CCEB2
3#62D4BB
4#78DAC5
5#8FE0CF
6#A5E6D8
7#BCEDE2
8#D2F3EC
9#E9F9F5

Tones

Muted variations

1#37AA91
2#3DA38D
3#439D8A
4#4A9786
5#509082
6#578A7F
7#5D837B
8#637D77
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
#A3E6D7
BordersInactive statesPlaceholder text
400
73D9
#73D9C3
Disabled statesSecondary iconsMuted text
500
4BCE
#4BCEB1
Primary brand colorCTAsActive elementsLinks
600
30B0
#30B094
Hover statesFocus ringsPrimary buttons hover
700
268C
#268C76
Active/pressed statesDark mode accentsSecondary text
800
1B64
#1B6454
Text on light backgroundsHeadingsStrong borders
900
1240
#124036
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: #A3E6D7;
  --emerald-400: #73D9C3;
  --emerald-500: #4BCEB1;
  --emerald-600: #30B094;
  --emerald-700: #268C76;
  --emerald-800: #1B6454;
  --emerald-900: #124036;
  --emerald-950: #0B2822;
}
Generate More ShadesCreate PaletteConvert Color