Charcoal
#26315A
BlueColor Codes
All color formats for development
HEX
#26315ARGB
rgb(38, 49, 90)HSL
hsl(227, 41%, 25%)OKLCH
oklch(0.326 0.074 270.5)CMYK
cmyk(58%, 46%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222C51
2#1E2748
3#1A223F
4#171D36
5#13182D
6#0F1424
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#314075
2#3C4E90
3#475DAB
4#5D72BB
5#7889C7
6#93A1D2
7#AEB8DD
8#C9D0E8
9#E4E7F4
Tones
Muted variations
1#283257
2#2B3455
3#2D3552
4#30374F
5#33384D
6#353A4A
7#383B48
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 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DC | BordersInactive statesPlaceholder text |
| 400 | 8191 #8191CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D72 #5D72BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4256 #42569E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3545 #35457E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #26315A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | 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: #D0D6EB;
--charcoal-300: #ACB7DC;
--charcoal-400: #8191CA;
--charcoal-500: #5D72BB;
--charcoal-600: #42569E;
--charcoal-700: #35457E;
--charcoal-800: #26315A;
--charcoal-900: #181F3A;
--charcoal-950: #0F1424;
}