Charcoal
#113A41
CyanColor Codes
All color formats for development
HEX
#113A41RGB
rgb(17, 58, 65)HSL
hsl(189, 59%, 16%)OKLCH
oklch(0.323 0.046 210.8)CMYK
cmyk(74%, 11%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F343A
2#0D2E34
3#0C282D
4#0A2327
5#081D20
6#07171A
7#051113
8#030C0D
9#020606
Tints
Lighter variations
1#1A5863
2#227685
3#2B94A7
4#34B3C9
5#55C0D3
6#77CDDC
7#99D9E5
8#BBE6ED
9#DDF2F6
Tones
Muted variations
1#13383E
2#16363C
3#18353A
4#1A3337
5#1D3135
6#1F3032
7#222E30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F5F8;
--charcoal-200: #CAECF1;
--charcoal-300: #A2DDE7;
--charcoal-400: #71CBDA;
--charcoal-500: #49BCD0;
--charcoal-600: #2E9FB2;
--charcoal-700: #257E8E;
--charcoal-800: #1A5A65;
--charcoal-900: #113A41;
--charcoal-950: #0A2429;
}