Charcoal
#36454A
BlueColor Codes
All color formats for development
HEX
#36454ARGB
rgb(54, 69, 74)HSL
hsl(195, 16%, 25%)OKLCH
oklch(0.379 0.021 220.1)CMYK
cmyk(27%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303E43
2#2B373B
3#253034
4#20292C
5#1B2225
6#151C1E
7#101516
8#0B0E0F
9#050707
Tints
Lighter variations
1#465A60
2#566E76
3#66838D
4#7A959F
5#90A7AF
6#A6B9BF
7#BCCACF
8#D3DCDF
9#E9EDEF
Tones
Muted variations
1#374449
2#384448
3#394347
4#3A4346
5#3B4245
6#3C4244
7#3D4143
8#3E4142
9#3F4041
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC9 #BBC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A95 #7A959F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E79 #5E7982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B60 #4B6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #36454A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF0;
--charcoal-200: #D9E1E3;
--charcoal-300: #BBC9CE;
--charcoal-400: #97ADB4;
--charcoal-500: #7A959F;
--charcoal-600: #5E7982;
--charcoal-700: #4B6068;
--charcoal-800: #36454A;
--charcoal-900: #222C2F;
--charcoal-950: #151C1E;
}