Charcoal

#10412A

Green

Color Codes

All color formats for development

HEX
#10412A
RGB
rgb(16, 65, 42)
HSL
hsl(152, 60%, 16%)
OKLCH
oklch(0.336 0.066 158.9)
CMYK
cmyk(75%, 0%, 35%, 75%)

Accessibility

WCAG contrast compliance

On White Background

11.59: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#0F3B26
2#0D3422
3#0B2E1E
4#0A2719
5#082115
6#071A11
7#05140D
8#030D08
9#020704

Tints

Lighter variations

1#196441
2#218657
3#2AA86D
4#33CA84
5#54D498
6#76DDAD
7#98E5C1
8#BAEED6
9#DDF6EA

Tones

Muted variations

1#133F2A
2#153C2A
3#183A2A
4#1A372A
5#1D352A
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
70DB
#70DBA9
Disabled statesSecondary iconsMuted text
500
47D1
#47D191
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB475
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F5D
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A6642
Text on light backgroundsHeadingsStrong borders
900
1041
#10412A
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: #70DBA9;
  --charcoal-500: #47D191;
  --charcoal-600: #2DB475;
  --charcoal-700: #248F5D;
  --charcoal-800: #1A6642;
  --charcoal-900: #10412A;
  --charcoal-950: #0A291B;
}
Generate More ShadesCreate PaletteConvert Color