Charcoal
#26305A
BlueColor Codes
All color formats for development
HEX
#26305ARGB
rgb(38, 48, 90)HSL
hsl(228, 41%, 25%)OKLCH
oklch(0.323 0.076 271.5)CMYK
cmyk(58%, 47%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222B51
2#1E2648
3#1A223F
4#171D36
5#13182D
6#0F1324
7#0B0E1B
8#080A12
9#040509
Tints
Lighter variations
1#313E75
2#3C4D90
3#475BAB
4#5D70BB
5#7888C7
6#93A0D2
7#AEB8DD
8#C9CFE8
9#E4E7F4
Tones
Muted variations
1#283257
2#2B3355
3#2D3552
4#30364F
5#33384D
6#35394A
7#383B48
8#3B3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DC | BordersInactive statesPlaceholder text |
| 400 | 8190 #8190CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D70 #5D70BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4255 #42559E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3543 #35437E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #26305A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D0D6EB;
--charcoal-300: #ACB6DC;
--charcoal-400: #8190CA;
--charcoal-500: #5D70BB;
--charcoal-600: #42559E;
--charcoal-700: #35437E;
--charcoal-800: #26305A;
--charcoal-900: #181F3A;
--charcoal-950: #0F1324;
}