Emerald

#0BD5A9

Cyan

Color Codes

All color formats for development

HEX
#0BD5A9
RGB
rgb(11, 213, 169)
HSL
hsl(167, 90%, 44%)
OKLCH
oklch(0.777 0.152 170.7)
CMYK
cmyk(95%, 0%, 21%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.89:1

AA AAA

On Black Background

11.10: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#0AC098
2#09AB88
3#089577
4#078066
5#066B55
6#045544
7#034033
8#022B22
9#011511

Tints

Lighter variations

1#0DF0BF
2#26F4C7
3#41F5CE
4#5CF6D5
5#77F8DC
6#92F9E3
7#AEFBEA
8#C9FCF1
9#E4FEF8

Tones

Muted variations

1#15CBA4
2#1FC19E
3#2AB798
4#34AD93
5#3EA38D
6#489987
7#528E81
8#5C847C
9#667A76

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF6
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCEF
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9E2
BordersInactive statesPlaceholder text
400
55F6
#55F6D3
Disabled statesSecondary iconsMuted text
500
25F4
#25F4C7
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD5A9
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA87
Active/pressed statesDark mode accentsSecondary text
800
0679
#067960
Text on light backgroundsHeadingsStrong borders
900
044E
#044E3E
Primary textHigh emphasis contentDark headings
950
0330
#033027
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFB;
  --emerald-100: #DDFDF6;
  --emerald-200: #C0FCEF;
  --emerald-300: #90F9E2;
  --emerald-400: #55F6D3;
  --emerald-500: #25F4C7;
  --emerald-600: #0BD5A9;
  --emerald-700: #09AA87;
  --emerald-800: #067960;
  --emerald-900: #044E3E;
  --emerald-950: #033027;
}
Generate More ShadesCreate PaletteConvert Color