Charcoal
#26385A
BlueColor Codes
All color formats for development
HEX
#26385ARGB
rgb(38, 56, 90)HSL
hsl(219, 41%, 25%)OKLCH
oklch(0.343 0.064 262.3)CMYK
cmyk(58%, 38%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223251
2#1E2D48
3#1A273F
4#172236
5#131C2D
6#0F1624
7#0B111B
8#080B12
9#040609
Tints
Lighter variations
1#314975
2#3C5990
3#476AAB
4#5D7EBB
5#7894C7
6#93A9D2
7#AEBFDD
8#C9D4E8
9#E4EAF4
Tones
Muted variations
1#283957
2#2B3955
3#2D3A52
4#303B4F
5#333C4D
6#353D4A
7#383D48
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDC | BordersInactive statesPlaceholder text |
| 400 | 819B #819BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7E #5D7EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4262 #42629E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354E #354E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2638 #26385A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D0DAEB;
--charcoal-300: #ACBDDC;
--charcoal-400: #819BCA;
--charcoal-500: #5D7EBB;
--charcoal-600: #42629E;
--charcoal-700: #354E7E;
--charcoal-800: #26385A;
--charcoal-900: #18243A;
--charcoal-950: #0F1624;
}