Charcoal
#36364A
BlueColor Codes
All color formats for development
HEX
#36364ARGB
rgb(54, 54, 74)HSL
hsl(240, 16%, 25%)OKLCH
oklch(0.342 0.035 284.4)CMYK
cmyk(27%, 27%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303043
2#2B2B3B
3#252534
4#20202C
5#1B1B25
6#15151E
7#101016
8#0B0B0F
9#050507
Tints
Lighter variations
1#464660
2#565676
3#66668D
4#7A7A9F
5#9090AF
6#A6A6BF
7#BCBCCF
8#D3D3DF
9#E9E9EF
Tones
Muted variations
1#373749
2#383848
3#393947
4#3A3A46
5#3B3B45
6#3C3C44
7#3D3D43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF0;
--charcoal-200: #D9D9E3;
--charcoal-300: #BBBBCE;
--charcoal-400: #9797B4;
--charcoal-500: #7A7A9F;
--charcoal-600: #5E5E82;
--charcoal-700: #4B4B68;
--charcoal-800: #36364A;
--charcoal-900: #22222F;
--charcoal-950: #15151E;
}