Charcoal
#1D633F
GreenColor Codes
All color formats for development
HEX
#1D633FRGB
rgb(29, 99, 63)HSL
hsl(149, 55%, 25%)OKLCH
oklch(0.446 0.091 156.7)CMYK
cmyk(71%, 0%, 36%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5938
2#174F32
3#14452C
4#113B26
5#0E311F
6#0B2819
7#091E13
8#06140D
9#030A06
Tints
Lighter variations
1#258051
2#2E9E64
3#37BC77
4#4DCB8A
5#6BD49E
6#88DDB1
7#A6E5C5
8#C4EED8
9#E1F6EC
Tones
Muted variations
1#205F3F
2#245C3F
3#27583F
4#2B553F
5#2E513F
6#324E3F
7#354A3F
8#394740
9#3C4340
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C3 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A4 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F28 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF7;
--charcoal-100: #E3F7ED;
--charcoal-200: #CCF0DD;
--charcoal-300: #A4E5C3;
--charcoal-400: #75D7A4;
--charcoal-500: #4DCB8A;
--charcoal-600: #32AE6E;
--charcoal-700: #288A58;
--charcoal-800: #1D633F;
--charcoal-900: #123F28;
--charcoal-950: #0B2819;
}