Charcoal
#33374D
BlueColor Codes
All color formats for development
HEX
#33374DRGB
rgb(51, 55, 77)HSL
hsl(231, 20%, 25%)OKLCH
oklch(0.343 0.039 276.2)CMYK
cmyk(34%, 29%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3145
2#292C3D
3#242636
4#1F212E
5#1A1B26
6#14161F
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#424763
2#52587A
3#616891
4#757CA3
5#8C92B3
6#A3A8C2
7#BABED1
8#D1D3E0
9#E8E9F0
Tones
Muted variations
1#34384B
2#36394A
3#373A49
4#383A47
5#393B46
6#3B3C45
7#3C3D44
8#3D3E42
9#3E3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCD0 | BordersInactive statesPlaceholder text |
| 400 | 9499 #9499B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757C #757CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A60 #5A6087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF1;
--charcoal-200: #D7D9E4;
--charcoal-300: #B9BCD0;
--charcoal-400: #9499B8;
--charcoal-500: #757CA3;
--charcoal-600: #5A6087;
--charcoal-700: #474D6B;
--charcoal-800: #33374D;
--charcoal-900: #212331;
--charcoal-950: #14161F;
}