Charcoal
#104070
BlueColor Codes
All color formats for development
HEX
#104070RGB
rgb(16, 64, 112)HSL
hsl(210, 75%, 25%)OKLCH
oklch(0.368 0.097 252.3)CMYK
cmyk(86%, 43%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3964
2#0D3359
3#0B2D4E
4#0A2643
5#082038
6#06192D
7#051321
8#030D16
9#02060B
Tints
Lighter variations
1#155391
2#1966B3
3#1E79D4
4#368CE2
5#589FE7
6#79B2EC
7#9BC6F1
8#BCD9F5
9#DEECFA
Tones
Muted variations
1#15406B
2#194066
3#1E4061
4#23405C
5#284058
6#2D4053
7#31404E
8#364049
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DE #C5DEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C4 #98C4F0 | BordersInactive statesPlaceholder text |
| 400 | 63A6 #63A6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 368C #368CE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C70 #1C70C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1659 #16599C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1040 #104070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A29 #0A2947 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EDFB;
--charcoal-200: #C5DEF7;
--charcoal-300: #98C4F0;
--charcoal-400: #63A6E9;
--charcoal-500: #368CE2;
--charcoal-600: #1C70C4;
--charcoal-700: #16599C;
--charcoal-800: #104070;
--charcoal-900: #0A2947;
--charcoal-950: #061A2D;
}