Charcoal
#113841
CyanColor Codes
All color formats for development
HEX
#113841RGB
rgb(17, 56, 65)HSL
hsl(191, 59%, 16%)OKLCH
oklch(0.318 0.046 215.8)CMYK
cmyk(74%, 14%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F323A
2#0D2D34
3#0C272D
4#0A2227
5#081C20
6#07161A
7#051113
8#030B0D
9#020606
Tints
Lighter variations
1#1A5563
2#227385
3#2B90A7
4#34AEC9
5#55BCD3
6#77C9DC
7#99D7E5
8#BBE4ED
9#DDF2F6
Tones
Muted variations
1#13373E
2#16353C
3#18333A
4#1A3237
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 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE7 | BordersInactive statesPlaceholder text |
| 400 | 71C7 #71C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B7 #49B7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9A #2E9AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257B #257B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CAEAF1;
--charcoal-300: #A2DAE7;
--charcoal-400: #71C7DA;
--charcoal-500: #49B7D0;
--charcoal-600: #2E9AB2;
--charcoal-700: #257B8E;
--charcoal-800: #1A5865;
--charcoal-900: #113841;
--charcoal-950: #0A2329;
}