Charcoal
#104870
BlueColor Codes
All color formats for development
HEX
#104870RGB
rgb(16, 72, 112)HSL
hsl(205, 75%, 25%)OKLCH
oklch(0.388 0.088 245.2)CMYK
cmyk(86%, 36%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4164
2#0D3959
3#0B324E
4#0A2B43
5#082438
6#061D2D
7#051621
8#030E16
9#02070B
Tints
Lighter variations
1#155D91
2#1973B3
3#1E88D4
4#369BE2
5#58ABE7
6#79BCEC
7#9BCDF1
8#BCDEF5
9#DEEEFA
Tones
Muted variations
1#15476B
2#194666
3#1E4561
4#23455C
5#284458
6#2D4353
7#31424E
8#364149
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFB;
--charcoal-200: #C5E2F7;
--charcoal-300: #98CCF0;
--charcoal-400: #63B1E9;
--charcoal-500: #369BE2;
--charcoal-600: #1C7EC4;
--charcoal-700: #16649C;
--charcoal-800: #104870;
--charcoal-900: #0A2E47;
--charcoal-950: #061D2D;
}