Charcoal
#33364D
BlueColor Codes
All color formats for development
HEX
#33364DRGB
rgb(51, 54, 77)HSL
hsl(233, 20%, 25%)OKLCH
oklch(0.34 0.041 278.3)CMYK
cmyk(34%, 30%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E3145
2#292B3D
3#242636
4#1F202E
5#1A1B26
6#14161F
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#424663
2#52567A
3#616791
4#757BA3
5#8C91B3
6#A3A7C2
7#BABDD1
8#D1D3E0
9#E8E9F0
Tones
Muted variations
1#34374B
2#36384A
3#373949
4#383A47
5#393B46
6#3B3C45
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 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9498 #9498B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757B #757BA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5F #5A5F87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3336 #33364D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEAF1;
--charcoal-200: #D7D9E4;
--charcoal-300: #B9BBD0;
--charcoal-400: #9498B8;
--charcoal-500: #757BA3;
--charcoal-600: #5A5F87;
--charcoal-700: #474C6B;
--charcoal-800: #33364D;
--charcoal-900: #212331;
--charcoal-950: #14161F;
}