Charcoal
#105070
BlueColor Codes
All color formats for development
HEX
#105070RGB
rgb(16, 80, 112)HSL
hsl(200, 75%, 25%)OKLCH
oklch(0.409 0.081 236.4)CMYK
cmyk(86%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4864
2#0D4059
3#0B384E
4#0A3043
5#082838
6#06202D
7#051821
8#031016
9#02080B
Tints
Lighter variations
1#156891
2#197FB3
3#1E97D4
4#36A9E2
5#58B7E7
6#79C6EC
7#9BD4F1
8#BCE2F5
9#DEF1FA
Tones
Muted variations
1#154E6B
2#194C66
3#1E4B61
4#23495C
5#284858
6#2D4653
7#31454E
8#364349
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F2FB;
--charcoal-200: #C5E6F7;
--charcoal-300: #98D3F0;
--charcoal-400: #63BCE9;
--charcoal-500: #36A9E2;
--charcoal-600: #1C8CC4;
--charcoal-700: #16709C;
--charcoal-800: #105070;
--charcoal-900: #0A3347;
--charcoal-950: #06202D;
}