Emerald

#0BD592

Green

Color Codes

All color formats for development

HEX
#0BD592
RGB
rgb(11, 213, 146)
HSL
hsl(160, 90%, 44%)
OKLCH
oklch(0.772 0.169 161.6)
CMYK
cmyk(95%, 0%, 31%, 16%)

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
#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#0AC083
2#09AB75
3#089566
4#078058
5#066B49
6#04553A
7#03402C
8#022B1D
9#01150F

Tints

Lighter variations

1#0DF0A4
2#26F4AF
3#41F5B9
4#5CF6C3
5#77F8CD
6#92F9D7
7#AEFBE1
8#C9FCEB
9#E4FEF5

Tones

Muted variations

1#15CB8E
2#1FC18B
3#2AB788
4#34AD84
5#3EA381
6#48997E
7#528E7A
8#5C8477
9#667A74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF3
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE8
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D6
BordersInactive statesPlaceholder text
400
55F6
#55F6C1
Disabled statesSecondary iconsMuted text
500
25F4
#25F4AF
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD592
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA74
Active/pressed statesDark mode accentsSecondary text
800
0679
#067953
Text on light backgroundsHeadingsStrong borders
900
044E
#044E35
Primary textHigh emphasis contentDark headings
950
0330
#033021
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEFA;
  --emerald-100: #DDFDF3;
  --emerald-200: #C0FCE8;
  --emerald-300: #90F9D6;
  --emerald-400: #55F6C1;
  --emerald-500: #25F4AF;
  --emerald-600: #0BD592;
  --emerald-700: #09AA74;
  --emerald-800: #067953;
  --emerald-900: #044E35;
  --emerald-950: #033021;
}
Generate More ShadesCreate PaletteConvert Color