Charcoal
#11403A
CyanColor Codes
All color formats for development
HEX
#11403ARGB
rgb(17, 64, 58)HSL
hsl(172, 58%, 16%)OKLCH
oklch(0.338 0.051 183.2)CMYK
cmyk(73%, 0%, 9%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A34
2#0E342F
3#0C2D29
4#0A2723
5#09201D
6#071A17
7#051311
8#030D0C
9#020606
Tints
Lighter variations
1#1A6259
2#238477
3#2CA696
4#35C8B4
5#56D2C1
6#78DBCE
7#99E4DA
8#BBEDE6
9#DDF6F3
Tones
Muted variations
1#143E38
2#163C37
3#183935
4#1B3733
5#1D3531
6#1F3230
7#22302E
8#242E2C
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403A | 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: #E3F8F5;
--charcoal-200: #CBF1EC;
--charcoal-300: #A2E6DD;
--charcoal-400: #72DACC;
--charcoal-500: #4ACFBD;
--charcoal-600: #2FB1A0;
--charcoal-700: #258D7F;
--charcoal-800: #1B655B;
--charcoal-900: #11403A;
--charcoal-950: #0B2824;
}