Charcoal
#26435A
BlueColor Codes
All color formats for development
HEX
#26435ARGB
rgb(38, 67, 90)HSL
hsl(207, 41%, 25%)OKLCH
oklch(0.371 0.053 243.8)CMYK
cmyk(58%, 26%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223C51
2#1E3548
3#1A2E3F
4#172836
5#13212D
6#0F1B24
7#0B141B
8#080D12
9#040709
Tints
Lighter variations
1#315675
2#3C6A90
3#477EAB
4#5D91BB
5#78A3C7
6#93B6D2
7#AEC8DD
8#C9DAE8
9#E4EDF4
Tones
Muted variations
1#284257
2#2B4255
3#2D4252
4#30414F
5#33414D
6#35414A
7#384148
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 | ACC7 #ACC7DC | BordersInactive statesPlaceholder text |
| 400 | 81A9 #81A9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D91 #5D91BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4275 #42759E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355D #355D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #26425A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #ACC7DC;
--charcoal-400: #81A9CA;
--charcoal-500: #5D91BB;
--charcoal-600: #42759E;
--charcoal-700: #355D7E;
--charcoal-800: #26425A;
--charcoal-900: #182A3A;
--charcoal-950: #0F1B24;
}