Charcoal
#1C6355
CyanColor Codes
All color formats for development
HEX
#1C6355RGB
rgb(28, 99, 85)HSL
hsl(168, 56%, 25%)OKLCH
oklch(0.452 0.073 176.9)CMYK
cmyk(72%, 0%, 14%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A4D
2#165044
3#14463C
4#113C33
5#0E322B
6#0B2822
7#081E1A
8#061411
9#030A09
Tints
Lighter variations
1#24816F
2#2D9F88
3#35BDA2
4#4CCDB3
5#6AD5C0
6#88DDCC
7#A5E6D9
8#C3EEE6
9#E1F7F2
Tones
Muted variations
1#206053
2#235C51
3#27594F
4#2A554D
5#2E524A
6#314E48
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 | CBF0 #CBF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | 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: #CBF0E9;
--charcoal-300: #A4E5D8;
--charcoal-400: #74D8C4;
--charcoal-500: #4CCDB3;
--charcoal-600: #31AF96;
--charcoal-700: #278B77;
--charcoal-800: #1C6355;
--charcoal-900: #124037;
--charcoal-950: #0B2822;
}