Charcoal
#103870
BlueColor Codes
All color formats for development
HEX
#103870RGB
rgb(16, 56, 112)HSL
hsl(215, 75%, 25%)OKLCH
oklch(0.348 0.107 257.9)CMYK
cmyk(86%, 50%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3264
2#0D2D59
3#0B274E
4#0A2143
5#081C38
6#06162D
7#051121
8#030B16
9#02060B
Tints
Lighter variations
1#154991
2#1959B3
3#1E6AD4
4#367EE2
5#5893E7
6#79A9EC
7#9BBEF1
8#BCD4F5
9#DEE9FA
Tones
Muted variations
1#15396B
2#193966
3#1E3A61
4#233B5C
5#283C58
6#2D3D53
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 | E0EB #E0EBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DA #C5DAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BD #98BDF0 | BordersInactive statesPlaceholder text |
| 400 | 639B #639BE9 | Disabled statesSecondary iconsMuted text |
| 500 | 367E #367EE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C62 #1C62C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164E #164E9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1038 #103870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A24 #0A2447 | 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: #E0EBFB;
--charcoal-200: #C5DAF7;
--charcoal-300: #98BDF0;
--charcoal-400: #639BE9;
--charcoal-500: #367EE2;
--charcoal-600: #1C62C4;
--charcoal-700: #164E9C;
--charcoal-800: #103870;
--charcoal-900: #0A2447;
--charcoal-950: #06162D;
}