Charcoal
#35384B
BlueColor Codes
All color formats for development
HEX
#35384BRGB
rgb(53, 56, 75)HSL
hsl(232, 17%, 25%)OKLCH
oklch(0.346 0.033 277.5)CMYK
cmyk(29%, 25%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#303243
2#2A2D3C
3#252734
4#20212D
5#1A1C25
6#15161E
7#101116
8#0B0B0F
9#050607
Tints
Lighter variations
1#454961
2#555977
3#656A8E
4#797EA0
5#8F93B0
6#A5A9C0
7#BCBECF
8#D2D4DF
9#E9E9EF
Tones
Muted variations
1#36394A
2#373948
3#383A47
4#393B46
5#3A3C45
6#3B3D44
7#3C3D43
8#3E3E42
9#3F3F41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCE | BordersInactive statesPlaceholder text |
| 400 | 979B #979BB5 | Disabled statesSecondary iconsMuted text |
| 500 | 797E #797EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D62 #5D6283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A4E #4A4E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3538 #35384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #222430 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #EAEBF0;
--charcoal-200: #D8DAE3;
--charcoal-300: #BABDCE;
--charcoal-400: #979BB5;
--charcoal-500: #797EA0;
--charcoal-600: #5D6283;
--charcoal-700: #4A4E68;
--charcoal-800: #35384B;
--charcoal-900: #222430;
--charcoal-950: #15161E;
}