Charcoal

#044E33

Green

Color Codes

All color formats for development

HEX
#044E33
RGB
rgb(4, 78, 51)
HSL
hsl(158, 90%, 16%)
OKLCH
oklch(0.375 0.081 161.4)
CMYK
cmyk(95%, 0%, 35%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.80:1

AA AAA

On Black Background

2.14: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#04462E
2#033E28
3#033623
4#022F1E
5#022719
6#021F14
7#01170F
8#01100A
9#000805

Tints

Lighter variations

1#06764D
2#089F68
3#0BC882
4#0DF09D
5#34F4AE
6#5CF6BE
7#85F9CE
8#AEFBDE
9#D6FDEF

Tones

Muted variations

1#084A32
2#0B4631
3#0F4330
4#133F2F
5#163B2E
6#1A372D
7#1E342C
8#21302B
9#252C2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE6
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9D2
BordersInactive statesPlaceholder text
400
55F6
#55F6BB
Disabled statesSecondary iconsMuted text
500
25F4
#25F4A8
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD58B
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA6F
Active/pressed statesDark mode accentsSecondary text
800
0679
#06794F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E33
Primary textHigh emphasis contentDark headings
950
0330
#033020
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEF9;
  --charcoal-100: #DDFDF1;
  --charcoal-200: #C0FCE6;
  --charcoal-300: #90F9D2;
  --charcoal-400: #55F6BB;
  --charcoal-500: #25F4A8;
  --charcoal-600: #0BD58B;
  --charcoal-700: #09AA6F;
  --charcoal-800: #06794F;
  --charcoal-900: #044E33;
  --charcoal-950: #033020;
}
Generate More ShadesCreate PaletteConvert Color