Charcoal

#114020

Green

Color Codes

All color formats for development

HEX
#114020
RGB
rgb(17, 64, 32)
HSL
hsl(139, 58%, 16%)
OKLCH
oklch(0.331 0.075 150.5)
CMYK
cmyk(73%, 0%, 50%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.81:1

AA AAA

On Black Background

1.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CBF1
300
#A2E6
400
#72DA
500
#4ACF
600
#2FB1
700
#258D
800
#1B65
900
#1140
950
#0B28

Shades

Darker variations

1#0F3A1D
2#0E341A
3#0C2D16
4#0A2713
5#092010
6#071A0D
7#05130A
8#030D06
9#020603

Tints

Lighter variations

1#1A6231
2#238442
3#2CA653
4#35C864
5#56D27D
6#78DB97
7#99E4B1
8#BBEDCB
9#DDF6E5

Tones

Muted variations

1#143E21
2#163C22
3#183923
4#1B3724
5#1D3524
6#1F3225
7#223026
8#242E27
9#262B28

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E9
Light backgroundsTable row hoverSkeleton loading
200
CBF1
#CBF1D7
Secondary backgroundsInput backgroundsDividers
300
A2E6
#A2E6B8
BordersInactive statesPlaceholder text
400
72DA
#72DA93
Disabled statesSecondary iconsMuted text
500
4ACF
#4ACF74
Primary brand colorCTAsActive elementsLinks
600
2FB1
#2FB158
Hover statesFocus ringsPrimary buttons hover
700
258D
#258D46
Active/pressed statesDark mode accentsSecondary text
800
1B65
#1B6532
Text on light backgroundsHeadingsStrong borders
900
1140
#114020
Primary textHigh emphasis contentDark headings
950
0B28
#0B2814
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF6;
  --charcoal-100: #E3F8E9;
  --charcoal-200: #CBF1D7;
  --charcoal-300: #A2E6B8;
  --charcoal-400: #72DA93;
  --charcoal-500: #4ACF74;
  --charcoal-600: #2FB158;
  --charcoal-700: #258D46;
  --charcoal-800: #1B6532;
  --charcoal-900: #114020;
  --charcoal-950: #0B2814;
}
Generate More ShadesCreate PaletteConvert Color