Charcoal
#123F1A
GreenColor Codes
All color formats for development
HEX
#123F1ARGB
rgb(18, 63, 26)HSL
hsl(131, 56%, 16%)OKLCH
oklch(0.327 0.08 146.7)CMYK
cmyk(71%, 0%, 59%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103918
2#0E3315
3#0D2D12
4#0B2610
5#09200D
6#07190B
7#051308
8#040D05
9#020603
Tints
Lighter variations
1#1B6128
2#258236
3#2EA444
4#38C552
5#58D06E
6#79D98B
7#9BE3A8
8#BCECC5
9#DEF6E2
Tones
Muted variations
1#143D1C
2#173B1D
3#19391F
4#1B3720
5#1D3422
6#203223
7#223024
8#242D26
9#272B27
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D886 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6329 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF5;
--charcoal-100: #E3F7E7;
--charcoal-200: #CBF0D2;
--charcoal-300: #A4E5B0;
--charcoal-400: #74D886;
--charcoal-500: #4CCD64;
--charcoal-600: #31AF48;
--charcoal-700: #278B3A;
--charcoal-800: #1C6329;
--charcoal-900: #12401A;
--charcoal-950: #0B2810;
}