Charcoal
#32354D
BlueColor Codes
All color formats for development
HEX
#32354DRGB
rgb(50, 53, 77)HSL
hsl(233, 21%, 25%)OKLCH
oklch(0.337 0.042 278.4)CMYK
cmyk(35%, 31%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D3045
2#282B3E
3#232536
4#1E202E
5#191B27
6#14151F
7#0F1017
8#0A0B0F
9#050508
Tints
Lighter variations
1#414664
2#51567B
3#606693
4#747AA4
5#8B90B3
6#A2A6C3
7#BABCD2
8#D1D3E1
9#E8E9F0
Tones
Muted variations
1#34374C
2#35384A
3#363949
4#383A48
5#393B46
6#3A3C45
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 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9397 #9397B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747A #747AA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595E #595E88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474B #474B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | 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: #E9EAF1;
--charcoal-200: #D7D9E5;
--charcoal-300: #B8BBD1;
--charcoal-400: #9397B8;
--charcoal-500: #747AA4;
--charcoal-600: #595E88;
--charcoal-700: #474B6C;
--charcoal-800: #32354D;
--charcoal-900: #202231;
--charcoal-950: #14151F;
}