Charcoal
#13363E
CyanColor Codes
All color formats for development
HEX
#13363ERGB
rgb(19, 54, 62)HSL
hsl(191, 53%, 16%)OKLCH
oklch(0.311 0.042 215.1)CMYK
cmyk(69%, 13%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113138
2#0F2C32
3#0D262C
4#0C2125
5#0A1B1F
6#081619
7#061013
8#040B0C
9#020506
Tints
Lighter variations
1#1D535F
2#277080
3#318CA1
4#3BA9C2
5#5BB8CD
6#7CC6D7
7#9DD4E1
8#BDE3EB
9#DEF1F5
Tones
Muted variations
1#15353C
2#18343A
3#1A3238
4#1C3136
5#1E3034
6#202E31
7#222D2F
8#242C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F7;
--charcoal-200: #CCE9EF;
--charcoal-300: #A5D8E3;
--charcoal-400: #76C4D5;
--charcoal-500: #4FB3C9;
--charcoal-600: #3596AC;
--charcoal-700: #2A7789;
--charcoal-800: #1E5562;
--charcoal-900: #13363E;
--charcoal-950: #0C2227;
}