Charcoal
#13393E
CyanColor Codes
All color formats for development
HEX
#13393ERGB
rgb(19, 57, 62)HSL
hsl(187, 53%, 16%)OKLCH
oklch(0.32 0.043 207.1)CMYK
cmyk(69%, 8%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113438
2#0F2E32
3#0D282C
4#0C2225
5#0A1D1F
6#081719
7#061113
8#040B0C
9#020606
Tints
Lighter variations
1#1D585F
2#277680
3#3194A1
4#3BB2C2
5#5BBFCD
6#7CCCD7
7#9DD9E1
8#BDE6EB
9#DEF2F5
Tones
Muted variations
1#15383C
2#18363A
3#1A3438
4#1C3336
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 | A5DC #A5DCE3 | BordersInactive statesPlaceholder text |
| 400 | 76CA #76CAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FBB #4FBBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 359E #359EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A7E #2A7E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E5A #1E5A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1339 #13393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | 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: #A5DCE3;
--charcoal-400: #76CAD5;
--charcoal-500: #4FBBC9;
--charcoal-600: #359EAC;
--charcoal-700: #2A7E89;
--charcoal-800: #1E5A62;
--charcoal-900: #13393E;
--charcoal-950: #0C2427;
}