Charcoal
#26475A
BlueColor Codes
All color formats for development
HEX
#26475ARGB
rgb(38, 71, 90)HSL
hsl(202, 41%, 25%)OKLCH
oklch(0.381 0.051 235.5)CMYK
cmyk(58%, 21%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224051
2#1E3948
3#1A323F
4#172A36
5#13232D
6#0F1C24
7#0B151B
8#080E12
9#040709
Tints
Lighter variations
1#315C75
2#3C7190
3#4786AB
4#5D99BB
5#78AAC7
6#93BBD2
7#AECCDD
8#C9DDE8
9#E4EEF4
Tones
Muted variations
1#284657
2#2B4555
3#2D4552
4#30444F
5#33434D
6#35434A
7#384248
8#3B4145
9#3D4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCB #ACCBDC | BordersInactive statesPlaceholder text |
| 400 | 81B0 #81B0CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D99 #5D99BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427C #427C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3563 #35637E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #26475A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D0E1EB;
--charcoal-300: #ACCBDC;
--charcoal-400: #81B0CA;
--charcoal-500: #5D99BB;
--charcoal-600: #427C9E;
--charcoal-700: #35637E;
--charcoal-800: #26475A;
--charcoal-900: #182D3A;
--charcoal-950: #0F1C24;
}