Charcoal
#1A6644
GreenColor Codes
All color formats for development
HEX
#1A6644RGB
rgb(26, 102, 68)HSL
hsl(153, 59%, 25%)OKLCH
oklch(0.455 0.092 159.4)CMYK
cmyk(75%, 0%, 33%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B3D
2#155136
3#12472F
4#103D29
5#0D3322
6#0A291B
7#081E14
8#05140E
9#030A07
Tints
Lighter variations
1#228458
2#2AA26C
3#32C180
4#49D093
5#67D8A5
6#85E0B7
7#A4E7C9
8#C2EFDB
9#E1F7ED
Tones
Muted variations
1#1E6243
2#225E43
3#255A42
4#295642
5#2D5342
6#314F41
7#344B41
8#384741
9#3C4440
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | 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: #E3F8EE;
--charcoal-200: #CAF1E0;
--charcoal-300: #A2E7C8;
--charcoal-400: #71DAAB;
--charcoal-500: #49D093;
--charcoal-600: #2EB277;
--charcoal-700: #258E5F;
--charcoal-800: #1A6544;
--charcoal-900: #11412B;
--charcoal-950: #0A291B;
}