Charcoal
#33344D
BlueColor Codes
All color formats for development
HEX
#33344DRGB
rgb(51, 52, 77)HSL
hsl(238, 20%, 25%)OKLCH
oklch(0.335 0.044 282)CMYK
cmyk(34%, 32%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E2F45
2#29293D
3#242436
4#1F1F2E
5#1A1A26
6#14151F
7#0F1017
8#0A0A0F
9#050508
Tints
Lighter variations
1#424363
2#52537A
3#616391
4#7577A3
5#8C8EB3
6#A3A4C2
7#BABBD1
8#D1D2E0
9#E8E8F0
Tones
Muted variations
1#34354B
2#36364A
3#373749
4#383947
5#393A46
6#3B3B45
7#3C3C44
8#3D3D42
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 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9495 #9495B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7577 #7577A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5B #5A5B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3334 #33344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #B9B9D0;
--charcoal-400: #9495B8;
--charcoal-500: #7577A3;
--charcoal-600: #5A5B87;
--charcoal-700: #47496B;
--charcoal-800: #33344D;
--charcoal-900: #212131;
--charcoal-950: #14151F;
}