Charcoal
#33484D
CyanColor Codes
All color formats for development
HEX
#33484DRGB
rgb(51, 72, 77)HSL
hsl(192, 20%, 25%)OKLCH
oklch(0.386 0.027 214)CMYK
cmyk(34%, 6%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4045
2#29393D
3#243236
4#1F2B2E
5#1A2426
6#141D1F
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#425D63
2#52727A
3#618891
4#759AA3
5#8CABB3
6#A3BCC2
7#BACDD1
8#D1DDE0
9#E8EEF0
Tones
Muted variations
1#34474B
2#36464A
3#374549
4#384447
5#394446
6#3B4345
7#3C4244
8#3D4142
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E2 #D7E2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94B0 #94B0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 759A #759AA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7E #5A7E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4764 #47646B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212E #212E31 | Primary textHigh emphasis contentDark headings |
| 950 | 141D #141D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E2E4;
--charcoal-300: #B9CBD0;
--charcoal-400: #94B0B8;
--charcoal-500: #759AA3;
--charcoal-600: #5A7E87;
--charcoal-700: #47646B;
--charcoal-800: #33474D;
--charcoal-900: #212E31;
--charcoal-950: #141D1F;
}