Charcoal
#26335A
BlueColor Codes
All color formats for development
HEX
#26335ARGB
rgb(38, 51, 90)HSL
hsl(225, 41%, 25%)OKLCH
oklch(0.33 0.071 268.4)CMYK
cmyk(58%, 43%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222E51
2#1E2948
3#1A233F
4#171E36
5#13192D
6#0F1424
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#314275
2#3C5190
3#4760AB
4#5D75BB
5#788CC7
6#93A3D2
7#AEBADD
8#C9D1E8
9#E4E8F4
Tones
Muted variations
1#283457
2#2B3555
3#2D3752
4#30384F
5#33394D
6#353B4A
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 | 8193 #8193CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D75 #5D75BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4259 #42599E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3547 #35477E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #26335A | 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: #8193CA;
--charcoal-500: #5D75BB;
--charcoal-600: #42599E;
--charcoal-700: #35477E;
--charcoal-800: #26335A;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}