Emerald

#0BD5B0

Cyan

Color Codes

All color formats for development

HEX
#0BD5B0
RGB
rgb(11, 213, 176)
HSL
hsl(169, 90%, 44%)
OKLCH
oklch(0.779 0.147 174)
CMYK
cmyk(95%, 0%, 17%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.88:1

AA AAA

On Black Background

11.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#90F9
400
#55F6
500
#25F4
600
#0BD5
700
#09AA
800
#0679
900
#044E
950
#0330

Shades

Darker variations

1#0AC09F
2#09AB8D
3#08957B
4#07806A
5#066B58
6#045546
7#034035
8#022B23
9#011512

Tints

Lighter variations

1#0DF0C7
2#26F4CE
3#41F5D4
4#5CF6DA
5#77F8E0
6#92F9E6
7#AEFBED
8#C9FCF3
9#E4FEF9

Tones

Muted variations

1#15CBAA
2#1FC1A3
3#2AB79D
4#34AD97
5#3EA390
6#48998A
7#528E83
8#5C847D
9#667A77

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF7
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF1
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E6
BordersInactive statesPlaceholder text
400
55F6
#55F6D9
Disabled statesSecondary iconsMuted text
500
25F4
#25F4CE
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5B0
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA8C
Active/pressed statesDark mode accentsSecondary text
800
0679
#067964
Text on light backgroundsHeadingsStrong borders
900
044E
#044E40
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: #F0FEFC;
  --emerald-100: #DDFDF7;
  --emerald-200: #C0FCF1;
  --emerald-300: #90F9E6;
  --emerald-400: #55F6D9;
  --emerald-500: #25F4CE;
  --emerald-600: #0BD5B0;
  --emerald-700: #09AA8C;
  --emerald-800: #067964;
  --emerald-900: #044E40;
  --emerald-950: #033028;
}
Generate More ShadesCreate PaletteConvert Color