Charcoal

#10411C

Green

Color Codes

All color formats for development

HEX
#10411C
RGB
rgb(16, 65, 28)
HSL
hsl(135, 60%, 16%)
OKLCH
oklch(0.333 0.082 148.1)
CMYK
cmyk(75%, 0%, 57%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.70: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#0F3B1A
2#0D3417
3#0B2E14
4#0A2711
5#08210E
6#071A0B
7#051409
8#030D06
9#020703

Tints

Lighter variations

1#19642C
2#21863B
3#2AA84A
4#33CA59
5#54D474
6#76DD90
7#98E5AB
8#BAEEC7
9#DDF6E3

Tones

Muted variations

1#133F1E
2#153C1F
3#183A20
4#1A3721
5#1D3523
6#1F3324
7#213025
8#242E26
9#262B28

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E8
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2D4
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8B3
BordersInactive statesPlaceholder text
400
70DB
#70DB8B
Disabled statesSecondary iconsMuted text
500
47D1
#47D16A
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB44F
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F3E
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A662D
Text on light backgroundsHeadingsStrong borders
900
1041
#10411D
Primary textHigh emphasis contentDark headings
950
0A29
#0A2912
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF5;
  --charcoal-100: #E2F8E8;
  --charcoal-200: #CAF2D4;
  --charcoal-300: #A1E8B3;
  --charcoal-400: #70DB8B;
  --charcoal-500: #47D16A;
  --charcoal-600: #2DB44F;
  --charcoal-700: #248F3E;
  --charcoal-800: #1A662D;
  --charcoal-900: #10411D;
  --charcoal-950: #0A2912;
}
Generate More ShadesCreate PaletteConvert Color