Charcoal
#103570
BlueColor Codes
All color formats for development
HEX
#103570RGB
rgb(16, 53, 112)HSL
hsl(217, 75%, 25%)OKLCH
oklch(0.341 0.111 259.6)CMYK
cmyk(86%, 53%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2F64
2#0D2A59
3#0B254E
4#0A2043
5#081A38
6#06152D
7#051021
8#030B16
9#02050B
Tints
Lighter variations
1#154491
2#1954B3
3#1E64D4
4#3678E2
5#588FE7
6#79A5EC
7#9BBCF1
8#BCD2F5
9#DEE9FA
Tones
Muted variations
1#15366B
2#193766
3#1E3861
4#23395C
5#283A58
6#2D3B53
7#313C4E
8#363E49
9#3B3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D8 #C5D8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BA #98BAF0 | BordersInactive statesPlaceholder text |
| 400 | 6396 #6396E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3678 #3678E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5D #1C5DC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164A #164A9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1035 #103570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2247 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFB;
--charcoal-200: #C5D8F7;
--charcoal-300: #98BAF0;
--charcoal-400: #6396E9;
--charcoal-500: #3678E2;
--charcoal-600: #1C5DC4;
--charcoal-700: #164A9C;
--charcoal-800: #103570;
--charcoal-900: #0A2247;
--charcoal-950: #06152D;
}