Charcoal
#103670
BlueColor Codes
All color formats for development
HEX
#103670RGB
rgb(16, 54, 112)HSL
hsl(216, 75%, 25%)OKLCH
oklch(0.343 0.109 259.1)CMYK
cmyk(86%, 52%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3164
2#0D2B59
3#0B264E
4#0A2143
5#081B38
6#06162D
7#051021
8#030B16
9#02050B
Tints
Lighter variations
1#154691
2#1957B3
3#1E67D4
4#367BE2
5#5891E7
6#79A7EC
7#9BBDF1
8#BCD3F5
9#DEE9FA
Tones
Muted variations
1#15376B
2#193866
3#1E3961
4#233A5C
5#283B58
6#2D3C53
7#313D4E
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 | C5D9 #C5D9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BC #98BCF0 | BordersInactive statesPlaceholder text |
| 400 | 6398 #6398E9 | Disabled statesSecondary iconsMuted text |
| 500 | 367B #367BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5F #1C5FC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164C #164C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1036 #103670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A23 #0A2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFB;
--charcoal-200: #C5D9F7;
--charcoal-300: #98BCF0;
--charcoal-400: #6398E9;
--charcoal-500: #367BE2;
--charcoal-600: #1C5FC4;
--charcoal-700: #164C9C;
--charcoal-800: #103670;
--charcoal-900: #0A2347;
--charcoal-950: #06162D;
}