Charcoal
#1D634F
GreenColor Codes
All color formats for development
HEX
#1D634FRGB
rgb(29, 99, 79)HSL
hsl(163, 55%, 25%)OKLCH
oklch(0.451 0.077 170.2)CMYK
cmyk(71%, 0%, 20%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A5947
2#174F3F
3#144537
4#113B2F
5#0E3127
6#0B2820
7#091E18
8#061410
9#030A08
Tints
Lighter variations
1#258067
2#2E9E7E
3#37BC96
4#4DCBA8
5#6BD4B6
6#88DDC5
7#A6E5D3
8#C4EEE2
9#E1F6F0
Tones
Muted variations
1#205F4D
2#245C4C
3#27584A
4#2B5549
5#2E5147
6#324E46
7#354A44
8#394743
9#3C4341
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D634F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCF9;
--charcoal-100: #E3F7F1;
--charcoal-200: #CCF0E6;
--charcoal-300: #A4E5D2;
--charcoal-400: #75D7BB;
--charcoal-500: #4DCBA8;
--charcoal-600: #32AE8B;
--charcoal-700: #288A6F;
--charcoal-800: #1D634F;
--charcoal-900: #123F33;
--charcoal-950: #0B2820;
}