Charcoal
#293957
BlueColor Codes
All color formats for development
HEX
#293957RGB
rgb(41, 57, 87)HSL
hsl(219, 36%, 25%)OKLCH
oklch(0.345 0.057 262.3)CMYK
cmyk(53%, 34%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25334E
2#212D45
3#1D283D
4#182234
5#141C2B
6#101723
7#0C111A
8#080B11
9#040609
Tints
Lighter variations
1#354A71
2#415B8B
3#4E6CA5
4#6380B6
5#7D95C2
6#97AACE
7#B1BFDA
8#CBD5E7
9#E5EAF3
Tones
Muted variations
1#2B3A54
2#2D3A52
3#303B50
4#323C4E
5#343C4B
6#373D49
7#393E47
8#3B3E44
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBED9;
--charcoal-400: #869CC6;
--charcoal-500: #6380B6;
--charcoal-600: #486499;
--charcoal-700: #395079;
--charcoal-800: #293957;
--charcoal-900: #1A2437;
--charcoal-950: #101723;
}