Charcoal
#33474D
CyanColor Codes
All color formats for development
HEX
#33474DRGB
rgb(51, 71, 77)HSL
hsl(194, 20%, 25%)OKLCH
oklch(0.384 0.027 218.2)CMYK
cmyk(34%, 8%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3F45
2#29383D
3#243136
4#1F2A2E
5#1A2326
6#141C1F
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#425C63
2#52717A
3#618691
4#7598A3
5#8CAAB3
6#A3BBC2
7#BACCD1
8#D1DDE0
9#E8EEF0
Tones
Muted variations
1#34464B
2#36454A
3#374549
4#384447
5#394346
6#3B4245
7#3C4244
8#3D4142
9#3E4041
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 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CB #B9CBD0 | BordersInactive statesPlaceholder text |
| 400 | 94AF #94AFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7598 #7598A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A7C #5A7C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4763 #47636B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3347 #33474D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212D #212D31 | Primary textHigh emphasis contentDark headings |
| 950 | 141C #141C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEFF1;
--charcoal-200: #D7E1E4;
--charcoal-300: #B9CBD0;
--charcoal-400: #94AFB8;
--charcoal-500: #7598A3;
--charcoal-600: #5A7C87;
--charcoal-700: #47636B;
--charcoal-800: #33474D;
--charcoal-900: #212D31;
--charcoal-950: #141C1F;
}