Charcoal
#0B1E47
BlueColor Codes
All color formats for development
HEX
#0B1E47RGB
rgb(11, 30, 71)HSL
hsl(221, 73%, 16%)OKLCH
oklch(0.247 0.081 263.1)CMYK
cmyk(85%, 58%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1B40
2#091838
3#081531
4#07122A
5#060F23
6#040C1C
7#030915
8#02060E
9#010307
Tints
Lighter variations
1#112E6C
2#173D91
3#1C4DB6
4#225DDB
5#4677E2
6#6B92E8
7#90AEEE
8#B5C9F3
9#DAE4F9
Tones
Muted variations
1#0E1F44
2#112041
3#14213E
4#17223B
5#1A2338
6#1D2435
7#202632
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB5 #9AB5EF | BordersInactive statesPlaceholder text |
| 400 | 658E #658EE7 | Disabled statesSecondary iconsMuted text |
| 500 | 386E #386EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E52 #1E52C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1841 #18419A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 112F #112F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1E #0B1E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E0E8FA;
--charcoal-200: #C6D5F6;
--charcoal-300: #9AB5EF;
--charcoal-400: #658EE7;
--charcoal-500: #386EE0;
--charcoal-600: #1E52C2;
--charcoal-700: #18419A;
--charcoal-800: #112F6E;
--charcoal-900: #0B1E47;
--charcoal-950: #07132C;
}