Charcoal

#10412C

Green

Color Codes

All color formats for development

HEX
#10412C
RGB
rgb(16, 65, 44)
HSL
hsl(154, 60%, 16%)
OKLCH
oklch(0.336 0.064 161.1)
CMYK
cmyk(75%, 0%, 32%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.57:1

AA AAA

On Black Background

1.81: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#0F3B28
2#0D3423
3#0B2E1F
4#0A271A
5#082116
6#071A12
7#05140D
8#030D09
9#020704

Tints

Lighter variations

1#196443
2#21865A
3#2AA871
4#33CA89
5#54D49C
6#76DDB0
7#98E5C4
8#BAEED8
9#DDF6EB

Tones

Muted variations

1#133F2C
2#153C2B
3#183A2B
4#1A372B
5#1D352A
6#1F332A
7#21302A
8#242E29
9#262B29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EF
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2E1
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C9
BordersInactive statesPlaceholder text
400
70DB
#70DBAD
Disabled statesSecondary iconsMuted text
500
47D1
#47D195
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB479
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F60
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A6645
Text on light backgroundsHeadingsStrong borders
900
1041
#10412C
Primary textHigh emphasis contentDark headings
950
0A29
#0A291C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF8;
  --charcoal-100: #E2F8EF;
  --charcoal-200: #CAF2E1;
  --charcoal-300: #A1E8C9;
  --charcoal-400: #70DBAD;
  --charcoal-500: #47D195;
  --charcoal-600: #2DB479;
  --charcoal-700: #248F60;
  --charcoal-800: #1A6645;
  --charcoal-900: #10412C;
  --charcoal-950: #0A291C;
}
Generate More ShadesCreate PaletteConvert Color