Charcoal
#113B41
CyanColor Codes
All color formats for development
HEX
#113B41RGB
rgb(17, 59, 65)HSL
hsl(188, 59%, 16%)OKLCH
oklch(0.326 0.047 208.4)CMYK
cmyk(74%, 9%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F353A
2#0D2F34
3#0C292D
4#0A2327
5#081D20
6#07171A
7#051213
8#030C0D
9#020606
Tints
Lighter variations
1#1A5963
2#227885
3#2B97A7
4#34B5C9
5#55C2D3
6#77CEDC
7#99DBE5
8#BBE7ED
9#DDF3F6
Tones
Muted variations
1#13393E
2#16373C
3#18353A
4#1A3337
5#1D3235
6#1F3032
7#222E30
8#242C2E
9#262B2B
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 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | 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: #A2DEE7;
--charcoal-400: #71CCDA;
--charcoal-500: #49BED0;
--charcoal-600: #2EA1B2;
--charcoal-700: #25808E;
--charcoal-800: #1A5B65;
--charcoal-900: #113A41;
--charcoal-950: #0A2529;
}