Charcoal
#1B6458
CyanColor Codes
All color formats for development
HEX
#1B6458RGB
rgb(27, 100, 88)HSL
hsl(170, 57%, 25%)OKLCH
oklch(0.456 0.073 179.5)CMYK
cmyk(73%, 0%, 12%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A4F
2#165046
3#13463E
4#103C35
5#0E322C
6#0B2823
7#081E1A
8#051412
9#030A09
Tints
Lighter variations
1#248272
2#2CA08D
3#34BEA7
4#4BCEB8
5#69D6C4
6#87DED0
7#A5E6DB
8#C3EFE7
9#E1F7F3
Tones
Muted variations
1#1F6056
2#235D53
3#265951
4#2A564E
5#2E524C
6#314E49
7#354B47
8#384745
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DB | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E3F7F4;
--charcoal-200: #CBF1EA;
--charcoal-300: #A3E6DB;
--charcoal-400: #73D9C8;
--charcoal-500: #4BCEB8;
--charcoal-600: #30B09B;
--charcoal-700: #268C7B;
--charcoal-800: #1B6458;
--charcoal-900: #124038;
--charcoal-950: #0B2823;
}