Charcoal

#104118

Green

Color Codes

All color formats for development

HEX
#104118
RGB
rgb(16, 65, 24)
HSL
hsl(130, 60%, 16%)
OKLCH
oklch(0.332 0.086 146.1)
CMYK
cmyk(75%, 0%, 63%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.72: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
#E2F8
200
#CAF2
300
#A1E8
400
#70DB
500
#47D1
600
#2DB4
700
#248F
800
#1A66
900
#1041
950
#0A29

Shades

Darker variations

1#0F3B16
2#0D3414
3#0B2E11
4#0A270F
5#08210C
6#071A0A
7#051407
8#030D05
9#020702

Tints

Lighter variations

1#196425
2#218632
3#2AA83F
4#33CA4C
5#54D469
6#76DD87
7#98E5A5
8#BAEEC3
9#DDF6E1

Tones

Muted variations

1#133F1A
2#153C1C
3#183A1D
4#1A371F
5#1D3521
6#1F3322
7#213024
8#242E26
9#262B27

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E6
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2D1
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8AD
BordersInactive statesPlaceholder text
400
70DB
#70DB82
Disabled statesSecondary iconsMuted text
500
47D1
#47D15E
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB443
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F36
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A6626
Text on light backgroundsHeadingsStrong borders
900
1041
#104118
Primary textHigh emphasis contentDark headings
950
0A29
#0A290F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF4;
  --charcoal-100: #E2F8E6;
  --charcoal-200: #CAF2D1;
  --charcoal-300: #A1E8AD;
  --charcoal-400: #70DB82;
  --charcoal-500: #47D15E;
  --charcoal-600: #2DB443;
  --charcoal-700: #248F36;
  --charcoal-800: #1A6626;
  --charcoal-900: #104118;
  --charcoal-950: #0A290F;
}
Generate More ShadesCreate PaletteConvert Color