Charcoal
#26395A
BlueColor Codes
All color formats for development
HEX
#26395ARGB
rgb(38, 57, 90)HSL
hsl(218, 41%, 25%)OKLCH
oklch(0.345 0.063 260.9)CMYK
cmyk(58%, 37%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223351
2#1E2D48
3#1A283F
4#172236
5#131C2D
6#0F1724
7#0B111B
8#080B12
9#040609
Tints
Lighter variations
1#314A75
2#3C5B90
3#476CAB
4#5D80BB
5#7895C7
6#93AAD2
7#AEBFDD
8#C9D5E8
9#E4EAF4
Tones
Muted variations
1#283957
2#2B3A55
3#2D3B52
4#303C4F
5#333C4D
6#353D4A
7#383E48
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDC | BordersInactive statesPlaceholder text |
| 400 | 819C #819CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D80 #5D80BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4264 #42649E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354F #354F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2639 #26395A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D0DAEB;
--charcoal-300: #ACBEDC;
--charcoal-400: #819CCA;
--charcoal-500: #5D80BB;
--charcoal-600: #42649E;
--charcoal-700: #354F7E;
--charcoal-800: #26395A;
--charcoal-900: #18243A;
--charcoal-950: #0F1724;
}