Charcoal
#26325A
BlueColor Codes
All color formats for development
HEX
#26325ARGB
rgb(38, 50, 90)HSL
hsl(226, 41%, 25%)OKLCH
oklch(0.328 0.073 269.5)CMYK
cmyk(58%, 44%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222D51
2#1E2848
3#1A233F
4#171E36
5#13192D
6#0F1424
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#314175
2#3C5090
3#475FAB
4#5D73BB
5#788AC7
6#93A2D2
7#AEB9DD
8#C9D0E8
9#E4E8F4
Tones
Muted variations
1#283357
2#2B3555
3#2D3652
4#30374F
5#33394D
6#353A4A
7#383C48
8#3B3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D0D7EB;
--charcoal-300: #ACB8DC;
--charcoal-400: #8192CA;
--charcoal-500: #5D73BB;
--charcoal-600: #42589E;
--charcoal-700: #35467E;
--charcoal-800: #26325A;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}