Emerald

#0DD3AF

Cyan

Color Codes

All color formats for development

HEX
#0DD3AF
RGB
rgb(13, 211, 175)
HSL
hsl(169, 88%, 44%)
OKLCH
oklch(0.774 0.146 174.3)
CMYK
cmyk(94%, 0%, 17%, 17%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#0CBE9D
2#0BA98C
3#09947A
4#087F69
5#076957
6#055446
7#043F34
8#032A23
9#011511

Tints

Lighter variations

1#0FEEC5
2#28F1CC
3#43F3D3
4#5EF5D9
5#79F6DF
6#94F8E6
7#AEFAEC
8#C9FCF2
9#E4FDF9

Tones

Muted variations

1#17C9A8
2#21BFA2
3#2BB59C
4#35AB96
5#3FA28F
6#499889
7#538E83
8#5C847D
9#667A76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF7
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBF0
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8E5
BordersInactive statesPlaceholder text
400
57F4
#57F4D7
Disabled statesSecondary iconsMuted text
500
27F1
#27F1CC
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3AF
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA88B
Active/pressed statesDark mode accentsSecondary text
800
0878
#087863
Text on light backgroundsHeadingsStrong borders
900
054D
#054D40
Primary textHigh emphasis contentDark headings
950
0330
#033028
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFC;
  --emerald-100: #DDFDF7;
  --emerald-200: #C1FBF0;
  --emerald-300: #91F8E5;
  --emerald-400: #57F4D7;
  --emerald-500: #27F1CC;
  --emerald-600: #0DD3AF;
  --emerald-700: #0BA88B;
  --emerald-800: #087863;
  --emerald-900: #054D40;
  --emerald-950: #033028;
}
Generate More ShadesCreate PaletteConvert Color