Charcoal
#103141
BlueColor Codes
All color formats for development
HEX
#103141RGB
rgb(16, 49, 65)HSL
hsl(200, 60%, 16%)OKLCH
oklch(0.297 0.048 232.7)CMYK
cmyk(75%, 25%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2C3B
2#0D2734
3#0B222E
4#0A1D27
5#081821
6#07141A
7#050F14
8#030A0D
9#020507
Tints
Lighter variations
1#194B64
2#216486
3#2A7EA8
4#3398CA
5#54A9D4
6#76BADD
7#98CCE5
8#BADDEE
9#DDEEF6
Tones
Muted variations
1#13303F
2#152F3C
3#182F3A
4#1A2E37
5#1D2D35
6#1F2C33
7#212B30
8#242A2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F1F8;
--charcoal-200: #CAE4F2;
--charcoal-300: #A1D0E8;
--charcoal-400: #70B8DB;
--charcoal-500: #47A3D1;
--charcoal-600: #2D87B4;
--charcoal-700: #246B8F;
--charcoal-800: #1A4C66;
--charcoal-900: #103141;
--charcoal-950: #0A1F29;
}