Charcoal
#33444D
BlueColor Codes
All color formats for development
HEX
#33444DRGB
rgb(51, 68, 77)HSL
hsl(201, 20%, 25%)OKLCH
oklch(0.376 0.027 231.4)CMYK
cmyk(34%, 12%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3D45
2#29363D
3#242F36
4#1F292E
5#1A2226
6#141B1F
7#0F1417
8#0A0E0F
9#050708
Tints
Lighter variations
1#425863
2#526C7A
3#618091
4#7593A3
5#8CA5B3
6#A3B7C2
7#BAC9D1
8#D1DBE0
9#E8EDF0
Tones
Muted variations
1#34434B
2#36434A
3#374249
4#384247
5#394246
6#3B4145
7#3C4144
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 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AB #94ABB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7593 #7593A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A77 #5A7787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #EAEEF1;
--charcoal-200: #D7E0E4;
--charcoal-300: #B9C8D0;
--charcoal-400: #94ABB8;
--charcoal-500: #7593A3;
--charcoal-600: #5A7787;
--charcoal-700: #475F6B;
--charcoal-800: #33444D;
--charcoal-900: #212B31;
--charcoal-950: #141B1F;
}