Charcoal

#0D4520

Green

Color Codes

All color formats for development

HEX
#0D4520
RGB
rgb(13, 69, 32)
HSL
hsl(140, 68%, 16%)
OKLCH
oklch(0.345 0.085 150.2)
CMYK
cmyk(81%, 0%, 54%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.12:1

AA AAA

On Black Background

1.89: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#0C3E1C
2#0A3719
3#093016
4#082913
5#072210
6#051B0D
7#041509
8#030E06
9#010703

Tints

Lighter variations

1#146930
2#1B8D41
3#22B151
4#28D462
5#4BDD7C
6#6FE496
7#93EAB0
8#B7F1CA
9#DBF8E5

Tones

Muted variations

1#104220
2#133F21
3#153C22
4#183923
5#1B3724
6#1E3425
7#203126
8#232E27
9#262C28

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E9
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D6
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECB7
BordersInactive statesPlaceholder text
400
69E2
#69E292
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA72
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC57
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9645
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B31
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4520
Primary textHigh emphasis contentDark headings
950
082B
#082B14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDF6;
  --charcoal-100: #E1F9E9;
  --charcoal-200: #C7F4D6;
  --charcoal-300: #9CECB7;
  --charcoal-400: #69E292;
  --charcoal-500: #3EDA72;
  --charcoal-600: #24BC57;
  --charcoal-700: #1D9645;
  --charcoal-800: #146B31;
  --charcoal-900: #0D4520;
  --charcoal-950: #082B14;
}
Generate More ShadesCreate PaletteConvert Color