Charcoal
#36384A
BlueColor Codes
All color formats for development
HEX
#36384ARGB
rgb(54, 56, 74)HSL
hsl(234, 16%, 25%)OKLCH
oklch(0.346 0.031 279.7)CMYK
cmyk(27%, 24%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303243
2#2B2C3B
3#252734
4#20212C
5#1B1C25
6#15161E
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#464860
2#565976
3#666A8D
4#7A7E9F
5#9093AF
6#A6A9BF
7#BCBECF
8#D3D4DF
9#E9E9EF
Tones
Muted variations
1#373849
2#383948
3#393A47
4#3A3B46
5#3B3C45
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBD #BBBDCE | BordersInactive statesPlaceholder text |
| 400 | 979A #979AB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7E #7A7E9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E62 #5E6282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4E #4B4E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3638 #36384A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D9DAE3;
--charcoal-300: #BBBDCE;
--charcoal-400: #979AB4;
--charcoal-500: #7A7E9F;
--charcoal-600: #5E6282;
--charcoal-700: #4B4E68;
--charcoal-800: #36384A;
--charcoal-900: #22242F;
--charcoal-950: #15161E;
}