Emerald

#15CBAD

Cyan

Color Codes

All color formats for development

HEX
#15CBAD
RGB
rgb(21, 203, 173)
HSL
hsl(170, 81%, 44%)
OKLCH
oklch(0.754 0.138 176.7)
CMYK
cmyk(90%, 0%, 15%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#13B79C
2#11A28A
3#0F8E79
4#0D7A68
5#0B6656
6#095145
7#063D34
8#042923
9#021411

Tints

Lighter variations

1#18E5C3
2#30E9CA
3#4AECD1
4#64EFD8
5#7EF1DE
6#98F4E5
7#B1F7EB
8#CBFAF2
9#E5FCF8

Tones

Muted variations

1#1EC2A7
2#27B9A1
3#31B09B
4#3AA795
5#439E8E
6#4C9588
7#558B82
8#5E827C
9#677976

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF7
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F0
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4E4
BordersInactive statesPlaceholder text
400
5DEE
#5DEED6
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9CA
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBAD
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A289
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7362
Text on light backgroundsHeadingsStrong borders
900
084A
#084A3F
Primary textHigh emphasis contentDark headings
950
052E
#052E27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFB;
  --emerald-100: #DFFCF7;
  --emerald-200: #C3F9F0;
  --emerald-300: #95F4E4;
  --emerald-400: #5DEED6;
  --emerald-500: #2FE9CA;
  --emerald-600: #15CBAD;
  --emerald-700: #11A289;
  --emerald-800: #0C7362;
  --emerald-900: #084A3F;
  --emerald-950: #052E27;
}
Generate More ShadesCreate PaletteConvert Color