Charcoal
#33354D
BlueColor Codes
All color formats for development
HEX
#33354DRGB
rgb(51, 53, 77)HSL
hsl(235, 20%, 25%)OKLCH
oklch(0.338 0.042 280.2)CMYK
cmyk(34%, 31%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3045
2#292B3D
3#242536
4#1F202E
5#1A1B26
6#14151F
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#424563
2#52557A
3#616591
4#7579A3
5#8C8FB3
6#A3A6C2
7#BABCD1
8#D1D2E0
9#E8E9F0
Tones
Muted variations
1#34364B
2#36374A
3#373849
4#383947
5#393A46
6#3B3B45
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 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9497 #9497B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7579 #7579A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5E #5A5E87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3335 #33354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D8E4;
--charcoal-300: #B9BBD0;
--charcoal-400: #9497B8;
--charcoal-500: #7579A3;
--charcoal-600: #5A5E87;
--charcoal-700: #474A6B;
--charcoal-800: #33354D;
--charcoal-900: #212231;
--charcoal-950: #14151F;
}