Charcoal
#11403C
CyanColor Codes
All color formats for development
HEX
#11403CRGB
rgb(17, 64, 60)HSL
hsl(175, 58%, 16%)OKLCH
oklch(0.339 0.05 187.1)CMYK
cmyk(73%, 0%, 6%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3A36
2#0E3430
3#0C2D2A
4#0A2724
5#09201E
6#071A18
7#051312
8#030D0C
9#020606
Tints
Lighter variations
1#1A625C
2#23847C
3#2CA69C
4#35C8BC
5#56D2C8
6#78DBD3
7#99E4DE
8#BBEDE9
9#DDF6F4
Tones
Muted variations
1#143E3B
2#163C39
3#183937
4#1B3735
5#1D3533
6#1F3231
7#22302F
8#242E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E3F8F6;
--charcoal-200: #CBF1EE;
--charcoal-300: #A2E6E1;
--charcoal-400: #72DAD1;
--charcoal-500: #4ACFC4;
--charcoal-600: #2FB1A6;
--charcoal-700: #258D84;
--charcoal-800: #1B655F;
--charcoal-900: #11403D;
--charcoal-950: #0B2826;
}