Charcoal
#1D633B
GreenColor Codes
All color formats for development
HEX
#1D633BRGB
rgb(29, 99, 59)HSL
hsl(146, 55%, 25%)OKLCH
oklch(0.445 0.095 154.3)CMYK
cmyk(71%, 0%, 40%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5935
2#174F2F
3#144529
4#113B23
5#0E311E
6#0B2818
7#091E12
8#06140C
9#030A06
Tints
Lighter variations
1#25804D
2#2E9E5F
3#37BC70
4#4DCB84
5#6BD498
6#88DDAD
7#A6E5C1
8#C4EED6
9#E1F6EA
Tones
Muted variations
1#205F3C
2#245C3C
3#27583C
4#2B553D
5#2E513D
6#324E3E
7#354A3E
8#39473F
9#3C433F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79F | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB84 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A53 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633B | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F26 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7EC;
--charcoal-200: #CCF0DB;
--charcoal-300: #A4E5C0;
--charcoal-400: #75D79F;
--charcoal-500: #4DCB84;
--charcoal-600: #32AE68;
--charcoal-700: #288A53;
--charcoal-800: #1D633B;
--charcoal-900: #123F26;
--charcoal-950: #0B2818;
}