Charcoal

#124028

Green

Color Codes

All color formats for development

HEX
#124028
RGB
rgb(18, 64, 40)
HSL
hsl(149, 56%, 16%)
OKLCH
oklch(0.333 0.066 156.9)
CMYK
cmyk(72%, 0%, 38%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.73:1

AA AAA

On Black Background

1.79: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#103924
2#0E3320
3#0D2D1C
4#0B2618
5#092014
6#071910
7#05130C
8#040D08
9#020604

Tints

Lighter variations

1#1B613D
2#258252
3#2EA467
4#38C57C
5#58D092
6#79D9A8
7#9BE3BE
8#BCECD3
9#DEF6E9

Tones

Muted variations

1#143D28
2#173B28
3#193928
4#1B3728
5#1D3428
6#203228
7#223029
8#242D29
9#272B29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7ED
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0DD
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5C3
BordersInactive statesPlaceholder text
400
74D8
#74D8A4
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCD8A
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF6E
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B58
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C633F
Text on light backgroundsHeadingsStrong borders
900
1240
#124028
Primary textHigh emphasis contentDark headings
950
0B28
#0B2819
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF7;
  --charcoal-100: #E3F7ED;
  --charcoal-200: #CBF0DD;
  --charcoal-300: #A4E5C3;
  --charcoal-400: #74D8A4;
  --charcoal-500: #4CCD8A;
  --charcoal-600: #31AF6E;
  --charcoal-700: #278B58;
  --charcoal-800: #1C633F;
  --charcoal-900: #124028;
  --charcoal-950: #0B2819;
}
Generate More ShadesCreate PaletteConvert Color