Charcoal
#1B6456
CyanColor Codes
All color formats for development
HEX
#1B6456RGB
rgb(27, 100, 86)HSL
hsl(168, 57%, 25%)OKLCH
oklch(0.455 0.074 177.2)CMYK
cmyk(73%, 0%, 14%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A4D
2#165044
3#13463C
4#103C33
5#0E322B
6#0B2822
7#081E1A
8#051411
9#030A09
Tints
Lighter variations
1#24826F
2#2CA089
3#34BEA3
4#4BCEB3
5#69D6C0
6#87DECD
7#A5E6D9
8#C3EFE6
9#E1F7F2
Tones
Muted variations
1#1F6053
2#235D51
3#26594F
4#2A564D
5#2E524B
6#314E48
7#354B46
8#384744
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 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B097 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6456 | 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: #CBF1E9;
--charcoal-300: #A3E6D8;
--charcoal-400: #73D9C4;
--charcoal-500: #4BCEB3;
--charcoal-600: #30B097;
--charcoal-700: #268C78;
--charcoal-800: #1B6456;
--charcoal-900: #124037;
--charcoal-950: #0B2822;
}