Emerald

#0BD599

Green

Color Codes

All color formats for development

HEX
#0BD599
RGB
rgb(11, 213, 153)
HSL
hsl(162, 90%, 44%)
OKLCH
oklch(0.773 0.163 164.1)
CMYK
cmyk(95%, 0%, 28%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

10.99: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#0AC089
2#09AB7A
3#08956B
4#07805C
5#066B4C
6#04553D
7#03402E
8#022B1F
9#01150F

Tints

Lighter variations

1#0DF0AC
2#26F4B6
3#41F5BF
4#5CF6C8
5#77F8D1
6#92F9DA
7#AEFBE4
8#C9FCED
9#E4FEF6

Tones

Muted variations

1#15CB95
2#1FC191
3#2AB78C
4#34AD88
5#3EA384
6#489980
7#528E7C
8#5C8478
9#667A74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF4
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCEA
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D9
BordersInactive statesPlaceholder text
400
55F6
#55F6C6
Disabled statesSecondary iconsMuted text
500
25F4
#25F4B6
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD599
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA79
Active/pressed statesDark mode accentsSecondary text
800
0679
#067957
Text on light backgroundsHeadingsStrong borders
900
044E
#044E37
Primary textHigh emphasis contentDark headings
950
0330
#033023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFA;
  --emerald-100: #DDFDF4;
  --emerald-200: #C0FCEA;
  --emerald-300: #90F9D9;
  --emerald-400: #55F6C6;
  --emerald-500: #25F4B6;
  --emerald-600: #0BD599;
  --emerald-700: #09AA79;
  --emerald-800: #067957;
  --emerald-900: #044E37;
  --emerald-950: #033023;
}
Generate More ShadesCreate PaletteConvert Color