Charcoal

#124015

Green

Color Codes

All color formats for development

HEX
#124015
RGB
rgb(18, 64, 21)
HSL
hsl(124, 56%, 16%)
OKLCH
oklch(0.329 0.087 144.3)
CMYK
cmyk(72%, 0%, 67%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.87:1

AA AAA

On Black Background

1.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#103913
2#0E3311
3#0D2D0F
4#0B260D
5#09200A
6#071908
7#051306
8#040D04
9#020602

Tints

Lighter variations

1#1B6120
2#25822B
3#2EA436
4#38C541
5#58D060
6#79D980
7#9BE3A0
8#BCECBF
9#DEF6DF

Tones

Muted variations

1#143D17
2#173B19
3#19391B
4#1B371D
5#1D341F
6#203221
7#223023
8#242D25
9#272B27

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E4
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0CE
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5A8
BordersInactive statesPlaceholder text
400
74D8
#74D87A
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCD55
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF3A
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B2E
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6321
Text on light backgroundsHeadingsStrong borders
900
1240
#124015
Primary textHigh emphasis contentDark headings
950
0B28
#0B280D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF4;
  --charcoal-100: #E3F7E4;
  --charcoal-200: #CBF0CE;
  --charcoal-300: #A4E5A8;
  --charcoal-400: #74D87A;
  --charcoal-500: #4CCD55;
  --charcoal-600: #31AF3A;
  --charcoal-700: #278B2E;
  --charcoal-800: #1C6321;
  --charcoal-900: #124015;
  --charcoal-950: #0B280D;
}
Generate More ShadesCreate PaletteConvert Color