Charcoal
#1B645A
CyanColor Codes
All color formats for development
HEX
#1B645ARGB
rgb(27, 100, 90)HSL
hsl(172, 57%, 25%)OKLCH
oklch(0.456 0.072 182)CMYK
cmyk(73%, 0%, 10%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A51
2#165048
3#13463F
4#103C36
5#0E322D
6#0B2824
7#081E1B
8#051412
9#030A09
Tints
Lighter variations
1#248276
2#2CA091
3#34BEAC
4#4BCEBC
5#69D6C7
6#87DED2
7#A5E6DE
8#C3EFE9
9#E1F7F4
Tones
Muted variations
1#1F6058
2#235D55
3#265952
4#2A5650
5#2E524D
6#314E4A
7#354B48
8#384745
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DD | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9CB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F7F5;
--charcoal-200: #CBF1EC;
--charcoal-300: #A3E6DD;
--charcoal-400: #73D9CB;
--charcoal-500: #4BCEBC;
--charcoal-600: #30B09F;
--charcoal-700: #268C7F;
--charcoal-800: #1B645A;
--charcoal-900: #12403A;
--charcoal-950: #0B2824;
}