Charcoal
#26485A
BlueColor Codes
All color formats for development
HEX
#26485ARGB
rgb(38, 72, 90)HSL
hsl(201, 41%, 25%)OKLCH
oklch(0.384 0.05 233.3)CMYK
cmyk(58%, 20%, 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#172B36
5#13242D
6#0F1D24
7#0B151B
8#080E12
9#040709
Tints
Lighter variations
1#315D75
2#3C7390
3#4788AB
4#5D9ABB
5#78ABC7
6#93BCD2
7#AECDDD
8#C9DDE8
9#E4EEF4
Tones
Muted variations
1#284757
2#2B4655
3#2D4552
4#30444F
5#33444D
6#35434A
7#384248
8#3B4145
9#3D4142
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 | D0E2 #D0E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDC | BordersInactive statesPlaceholder text |
| 400 | 81B1 #81B1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9A #5D9ABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 427E #427E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3564 #35647E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2648 #26485A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6EFF4;
--charcoal-200: #D0E2EB;
--charcoal-300: #ACCCDC;
--charcoal-400: #81B1CA;
--charcoal-500: #5D9ABB;
--charcoal-600: #427E9E;
--charcoal-700: #35647E;
--charcoal-800: #26485A;
--charcoal-900: #182E3A;
--charcoal-950: #0F1D24;
}