Charcoal
#26465A
BlueColor Codes
All color formats for development
HEX
#26465ARGB
rgb(38, 70, 90)HSL
hsl(203, 41%, 25%)OKLCH
oklch(0.379 0.051 237.6)CMYK
cmyk(58%, 22%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223F51
2#1E3848
3#1A313F
4#172A36
5#13232D
6#0F1C24
7#0B151B
8#080E12
9#040709
Tints
Lighter variations
1#315B75
2#3C7090
3#4785AB
4#5D97BB
5#78A9C7
6#93BAD2
7#AECBDD
8#C9DCE8
9#E4EEF4
Tones
Muted variations
1#284557
2#2B4555
3#2D4452
4#30434F
5#33434D
6#35424A
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 | ACCA #ACCADC | BordersInactive statesPlaceholder text |
| 400 | 81AE #81AECA | Disabled statesSecondary iconsMuted text |
| 500 | 5D97 #5D97BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427B #427B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3562 #35627E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2646 #26465A | 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: #ACCADC;
--charcoal-400: #81AECA;
--charcoal-500: #5D97BB;
--charcoal-600: #427B9E;
--charcoal-700: #35627E;
--charcoal-800: #26465A;
--charcoal-900: #182D3A;
--charcoal-950: #0F1C24;
}