Charcoal
#26425A
BlueColor Codes
All color formats for development
HEX
#26425ARGB
rgb(38, 66, 90)HSL
hsl(208, 41%, 25%)OKLCH
oklch(0.368 0.054 245.8)CMYK
cmyk(58%, 27%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223B51
2#1E3448
3#1A2E3F
4#172736
5#13212D
6#0F1A24
7#0B141B
8#080D12
9#040709
Tints
Lighter variations
1#315575
2#3C6990
3#477CAB
4#5D8FBB
5#78A2C7
6#93B5D2
7#AEC7DD
8#C9DAE8
9#E4ECF4
Tones
Muted variations
1#284157
2#2B4155
3#2D4152
4#30414F
5#33414D
6#35404A
7#384048
8#3B4045
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DC | BordersInactive statesPlaceholder text |
| 400 | 81A8 #81A8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8F #5D8FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4273 #42739E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355C #355C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EEF4;
--charcoal-200: #D0DFEB;
--charcoal-300: #ACC6DC;
--charcoal-400: #81A8CA;
--charcoal-500: #5D8FBB;
--charcoal-600: #42739E;
--charcoal-700: #355C7E;
--charcoal-800: #26415A;
--charcoal-900: #182A3A;
--charcoal-950: #0F1A24;
}