Charcoal
#1D6356
CyanColor Codes
All color formats for development
HEX
#1D6356RGB
rgb(29, 99, 86)HSL
hsl(169, 55%, 25%)OKLCH
oklch(0.453 0.072 178)CMYK
cmyk(71%, 0%, 13%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A594D
2#174F45
3#14453C
4#113B34
5#0E312B
6#0B2822
7#091E1A
8#061411
9#030A09
Tints
Lighter variations
1#258070
2#2E9E8A
3#37BCA3
4#4DCBB4
5#6BD4C1
6#88DDCD
7#A6E5DA
8#C4EEE6
9#E1F6F3
Tones
Muted variations
1#205F54
2#245C52
3#27584F
4#2B554D
5#2E514B
6#324E49
7#354A46
8#394744
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D9 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C5 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F3;
--charcoal-200: #CCF0E9;
--charcoal-300: #A4E5D9;
--charcoal-400: #75D7C5;
--charcoal-500: #4DCBB4;
--charcoal-600: #32AE97;
--charcoal-700: #288A78;
--charcoal-800: #1D6356;
--charcoal-900: #123F37;
--charcoal-950: #0B2822;
}