Charcoal

#10422B

Green

Color Codes

All color formats for development

HEX
#10422B
RGB
rgb(16, 66, 43)
HSL
hsl(152, 61%, 16%)
OKLCH
oklch(0.339 0.067 159.3)
CMYK
cmyk(76%, 0%, 35%, 74%)

Accessibility

WCAG contrast compliance

On White Background

11.44:1

AA AAA

On Black Background

1.84: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
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#0E3B26
2#0D3522
3#0B2E1E
4#0A2719
5#082115
6#061A11
7#05140D
8#030D08
9#020704

Tints

Lighter variations

1#186441
2#218757
3#29A96D
4#31CC84
5#53D598
6#75DEAD
7#98E6C1
8#BAEED6
9#DDF7EA

Tones

Muted variations

1#123F2A
2#153D2A
3#173A2A
4#1A382A
5#1C352A
6#1F3329
7#213029
8#242E29
9#262B29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EE
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2DF
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C7
BordersInactive statesPlaceholder text
400
6FDC
#6FDCA9
Disabled statesSecondary iconsMuted text
500
46D2
#46D291
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB575
Hover statesFocus ringsPrimary buttons hover
700
2390
#23905D
Active/pressed statesDark mode accentsSecondary text
800
1967
#196742
Text on light backgroundsHeadingsStrong borders
900
1042
#10422A
Primary textHigh emphasis contentDark headings
950
0A29
#0A291B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF8;
  --charcoal-100: #E2F8EE;
  --charcoal-200: #CAF2DF;
  --charcoal-300: #A1E8C7;
  --charcoal-400: #6FDCA9;
  --charcoal-500: #46D291;
  --charcoal-600: #2CB575;
  --charcoal-700: #23905D;
  --charcoal-800: #196742;
  --charcoal-900: #10422A;
  --charcoal-950: #0A291B;
}
Generate More ShadesCreate PaletteConvert Color