Charcoal

#044D36

Green

Color Codes

All color formats for development

HEX
#044D36
RGB
rgb(4, 77, 54)
HSL
hsl(161, 90%, 16%)
OKLCH
oklch(0.373 0.077 164.8)
CMYK
cmyk(95%, 0%, 30%, 70%)

Accessibility

WCAG contrast compliance

On White Background

9.91:1

AA AAA

On Black Background

2.12: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#044631
2#033E2B
3#033626
4#022F21
5#02271B
6#021F16
7#011710
8#01100B
9#000805

Tints

Lighter variations

1#067653
2#089F6F
3#0BC88C
4#0DF0A8
5#34F4B7
6#5CF6C6
7#85F9D4
8#AEFBE2
9#D6FDF1

Tones

Muted variations

1#084A35
2#0B4634
3#0F4332
4#133F31
5#163B30
6#1A372E
7#1E342D
8#21302B
9#252C2A

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
#C0FCE9
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D8
BordersInactive statesPlaceholder text
400
55F6
#55F6C3
Disabled statesSecondary iconsMuted text
500
25F4
#25F4B2
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD595
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA77
Active/pressed statesDark mode accentsSecondary text
800
0679
#067955
Text on light backgroundsHeadingsStrong borders
900
044E
#044E36
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFA;
  --charcoal-100: #DDFDF3;
  --charcoal-200: #C0FCE9;
  --charcoal-300: #90F9D8;
  --charcoal-400: #55F6C3;
  --charcoal-500: #25F4B2;
  --charcoal-600: #0BD595;
  --charcoal-700: #09AA77;
  --charcoal-800: #067955;
  --charcoal-900: #044E36;
  --charcoal-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color