Charcoal
#123F2A
GreenColor Codes
All color formats for development
HEX
#123F2ARGB
rgb(18, 63, 42)HSL
hsl(152, 56%, 16%)OKLCH
oklch(0.33 0.062 159.7)CMYK
cmyk(71%, 0%, 33%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103926
2#0E3322
3#0D2D1E
4#0B2619
5#092015
6#071911
7#05130D
8#040D08
9#020604
Tints
Lighter variations
1#1B6141
2#258257
3#2EA46D
4#38C583
5#58D098
6#79D9AD
7#9BE3C1
8#BCECD6
9#DEF6EA
Tones
Muted variations
1#143D2A
2#173B2A
3#19392A
4#1B372A
5#1D342A
6#203229
7#223029
8#242D29
9#272B29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF8;
--charcoal-100: #E3F7EE;
--charcoal-200: #CBF0DF;
--charcoal-300: #A4E5C7;
--charcoal-400: #74D8A9;
--charcoal-500: #4CCD91;
--charcoal-600: #31AF74;
--charcoal-700: #278B5D;
--charcoal-800: #1C6342;
--charcoal-900: #12402A;
--charcoal-950: #0B281A;
}