Charcoal
#0A1F47
BlueColor Codes
All color formats for development
HEX
#0A1F47RGB
rgb(10, 31, 71)HSL
hsl(219, 75%, 16%)OKLCH
oklch(0.25 0.08 261.7)CMYK
cmyk(86%, 56%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091C40
2#081939
3#071632
4#06132B
5#051024
6#040D1D
7#030915
8#02060E
9#010307
Tints
Lighter variations
1#10306D
2#154192
3#1A51B8
4#2062DD
5#447CE4
6#6996EA
7#8FB0EF
8#B4CBF4
9#DAE5FA
Tones
Muted variations
1#0D2144
2#102141
3#13223E
4#16233B
5#1A2438
6#1D2535
7#202632
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0E9FB;
--charcoal-200: #C5D6F7;
--charcoal-300: #98B7F0;
--charcoal-400: #6392E9;
--charcoal-500: #3672E2;
--charcoal-600: #1C57C4;
--charcoal-700: #16459C;
--charcoal-800: #103170;
--charcoal-900: #0A2047;
--charcoal-950: #06142D;
}