Charcoal
#13383E
CyanColor Codes
All color formats for development
HEX
#13383ERGB
rgb(19, 56, 62)HSL
hsl(188, 53%, 16%)OKLCH
oklch(0.317 0.043 209.7)CMYK
cmyk(69%, 10%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113338
2#0F2D32
3#0D282C
4#0C2225
5#0A1C1F
6#081719
7#061113
8#040B0C
9#020606
Tints
Lighter variations
1#1D565F
2#277480
3#3192A1
4#3BB0C2
5#5BBECD
6#7CCBD7
7#9DD8E1
8#BDE5EB
9#DEF2F5
Tones
Muted variations
1#15373C
2#18353A
3#1A3438
4#1C3236
5#1E3134
6#202F31
7#222E2F
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEB #CCEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DB #A5DBE3 | BordersInactive statesPlaceholder text |
| 400 | 76C8 #76C8D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB9 #4FB9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359C #359CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7C #2A7C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E59 #1E5962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F4F7;
--charcoal-200: #CCEBEF;
--charcoal-300: #A5DBE3;
--charcoal-400: #76C8D5;
--charcoal-500: #4FB9C9;
--charcoal-600: #359CAC;
--charcoal-700: #2A7C89;
--charcoal-800: #1E5962;
--charcoal-900: #13393E;
--charcoal-950: #0C2327;
}