Charcoal
#33454D
BlueColor Codes
All color formats for development
HEX
#33454DRGB
rgb(51, 69, 77)HSL
hsl(198, 20%, 25%)OKLCH
oklch(0.378 0.027 227)CMYK
cmyk(34%, 10%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3E45
2#29373D
3#243036
4#1F292E
5#1A2226
6#141C1F
7#0F1517
8#0A0E0F
9#050708
Tints
Lighter variations
1#425A63
2#526E7A
3#618391
4#7595A3
5#8CA7B3
6#A3B9C2
7#BACAD1
8#D1DCE0
9#E8EDF0
Tones
Muted variations
1#34444B
2#36444A
3#374349
4#384347
5#394246
6#3B4245
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 | EAEF #EAEFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E1 #D7E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C9 #B9C9D0 | BordersInactive statesPlaceholder text |
| 400 | 94AD #94ADB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7595 #7595A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A79 #5A7987 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4760 #47606B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3345 #33454D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | 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: #B9C9D0;
--charcoal-400: #94ADB8;
--charcoal-500: #7595A3;
--charcoal-600: #5A7987;
--charcoal-700: #47606B;
--charcoal-800: #33454D;
--charcoal-900: #212C31;
--charcoal-950: #141C1F;
}