Charcoal
#113740
CyanColor Codes
All color formats for development
HEX
#113740RGB
rgb(17, 55, 64)HSL
hsl(191, 58%, 16%)OKLCH
oklch(0.314 0.045 216.2)CMYK
cmyk(73%, 14%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F323A
2#0E2D34
3#0C272D
4#0A2127
5#091C20
6#07161A
7#051113
8#030B0D
9#020606
Tints
Lighter variations
1#1A5562
2#237284
3#2C90A6
4#35ADC8
5#56BBD2
6#78C9DB
7#99D6E4
8#BBE4ED
9#DDF1F6
Tones
Muted variations
1#14363E
2#16353C
3#183339
4#1B3237
5#1D3035
6#1F2F32
7#222D30
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE6 | BordersInactive statesPlaceholder text |
| 400 | 72C7 #72C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB6 #4AB6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F99 #2F99B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257A #257A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B57 #1B5765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CBEAF1;
--charcoal-300: #A2DAE6;
--charcoal-400: #72C7DA;
--charcoal-500: #4AB6CF;
--charcoal-600: #2F99B1;
--charcoal-700: #257A8D;
--charcoal-800: #1B5765;
--charcoal-900: #113840;
--charcoal-950: #0B2328;
}