Charcoal

#044E39

Green

Color Codes

All color formats for development

HEX
#044E39
RGB
rgb(4, 78, 57)
HSL
hsl(163, 90%, 16%)
OKLCH
oklch(0.377 0.075 167)
CMYK
cmyk(95%, 0%, 27%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.75:1

AA AAA

On Black Background

2.15: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#044633
2#033E2D
3#033628
4#022F22
5#02271C
6#021F17
7#011711
8#01100B
9#000806

Tints

Lighter variations

1#067656
2#089F74
3#0BC892
4#0DF0B0
5#34F4BE
6#5CF6CB
7#85F9D8
8#AEFBE5
9#D6FDF2

Tones

Muted variations

1#084A37
2#0B4636
3#0F4334
4#133F32
5#163B31
6#1A372F
7#1E342E
8#21302C
9#252C2A

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
#C0FCEB
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9DB
BordersInactive statesPlaceholder text
400
55F6
#55F6C9
Disabled statesSecondary iconsMuted text
500
25F4
#25F4B9
Primary brand colorCTAsActive elementsLinks
600
0BD5
#0BD59C
Hover statesFocus ringsPrimary buttons hover
700
09AA
#09AA7C
Active/pressed statesDark mode accentsSecondary text
800
0679
#067959
Text on light backgroundsHeadingsStrong borders
900
044E
#044E39
Primary textHigh emphasis contentDark headings
950
0330
#033023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFA;
  --charcoal-100: #DDFDF4;
  --charcoal-200: #C0FCEB;
  --charcoal-300: #90F9DB;
  --charcoal-400: #55F6C9;
  --charcoal-500: #25F4B9;
  --charcoal-600: #0BD59C;
  --charcoal-700: #09AA7C;
  --charcoal-800: #067959;
  --charcoal-900: #044E39;
  --charcoal-950: #033023;
}
Generate More ShadesCreate PaletteConvert Color