Charcoal

#0D442B

Green

Color Codes

All color formats for development

HEX
#0D442B
RGB
rgb(13, 68, 43)
HSL
hsl(153, 68%, 16%)
OKLCH
oklch(0.344 0.071 158.8)
CMYK
cmyk(81%, 0%, 37%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.18:1

AA AAA

On Black Background

1.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#0C3E27
2#0A3723
3#09301F
4#08291A
5#072216
6#051B11
7#04150D
8#030E09
9#010704

Tints

Lighter variations

1#146942
2#1B8D59
3#22B170
4#28D487
5#4BDD9B
6#6FE4AF
7#93EAC3
8#B7F1D7
9#DBF8EB

Tones

Muted variations

1#10422B
2#133F2B
3#153C2B
4#18392A
5#1B372A
6#1E342A
7#20312A
8#232E29
9#262C29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9EE
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4E0
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECC8
BordersInactive statesPlaceholder text
400
69E2
#69E2AC
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA94
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC78
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D965F
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B44
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452C
Primary textHigh emphasis contentDark headings
950
082B
#082B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDF8;
  --charcoal-100: #E1F9EE;
  --charcoal-200: #C7F4E0;
  --charcoal-300: #9CECC8;
  --charcoal-400: #69E2AC;
  --charcoal-500: #3EDA94;
  --charcoal-600: #24BC78;
  --charcoal-700: #1D965F;
  --charcoal-800: #146B44;
  --charcoal-900: #0D452C;
  --charcoal-950: #082B1B;
}
Generate More ShadesCreate PaletteConvert Color