Charcoal
#1D633A
GreenColor Codes
All color formats for development
HEX
#1D633ARGB
rgb(29, 99, 58)HSL
hsl(145, 55%, 25%)OKLCH
oklch(0.445 0.096 153.7)CMYK
cmyk(71%, 0%, 41%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5934
2#174F2E
3#144529
4#113B23
5#0E311D
6#0B2817
7#091E11
8#06140C
9#030A06
Tints
Lighter variations
1#25804B
2#2E9E5D
3#37BC6E
4#4DCB82
5#6BD497
6#88DDAB
7#A6E5C0
8#C4EED5
9#E1F6EA
Tones
Muted variations
1#205F3A
2#245C3B
3#27583C
4#2B553C
5#2E513D
6#324E3D
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 #A4E5BF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79E | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB82 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE66 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F25 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | 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: #A4E5BF;
--charcoal-400: #75D79E;
--charcoal-500: #4DCB82;
--charcoal-600: #32AE66;
--charcoal-700: #288A51;
--charcoal-800: #1D633A;
--charcoal-900: #123F25;
--charcoal-950: #0B2817;
}