Charcoal
#13373E
CyanColor Codes
All color formats for development
HEX
#13373ERGB
rgb(19, 55, 62)HSL
hsl(190, 53%, 16%)OKLCH
oklch(0.314 0.043 212.4)CMYK
cmyk(69%, 11%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113238
2#0F2C32
3#0D272C
4#0C2125
5#0A1C1F
6#081619
7#061113
8#040B0C
9#020606
Tints
Lighter variations
1#1D545F
2#277180
3#318EA1
4#3BABC2
5#5BBACD
6#7CC8D7
7#9DD5E1
8#BDE3EB
9#DEF1F5
Tones
Muted variations
1#15363C
2#18343A
3#1A3338
4#1C3136
5#1E3034
6#202F31
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | 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: #E4F3F7;
--charcoal-200: #CCEAEF;
--charcoal-300: #A5D9E3;
--charcoal-400: #76C5D5;
--charcoal-500: #4FB5C9;
--charcoal-600: #3598AC;
--charcoal-700: #2A7989;
--charcoal-800: #1E5662;
--charcoal-900: #13373E;
--charcoal-950: #0C2327;
}