Charcoal
#0B2147
BlueColor Codes
All color formats for development
HEX
#0B2147RGB
rgb(11, 33, 71)HSL
hsl(218, 73%, 16%)OKLCH
oklch(0.255 0.077 260.5)CMYK
cmyk(85%, 54%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1E40
2#091A38
3#081731
4#07142A
5#061023
6#040D1C
7#030A15
8#02070E
9#010307
Tints
Lighter variations
1#11326C
2#174391
3#1C55B6
4#2266DB
5#467FE2
6#6B99E8
7#90B2EE
8#B5CCF3
9#DAE5F9
Tones
Muted variations
1#0E2244
2#112241
3#14233E
4#17243B
5#1A2538
6#1D2635
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 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB9 #9AB9EF | BordersInactive statesPlaceholder text |
| 400 | 6594 #6594E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3876 #3876E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E5A #1E5AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1848 #18489A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1133 #11336E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B21 #0B2147 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFA;
--charcoal-200: #C6D7F6;
--charcoal-300: #9AB9EF;
--charcoal-400: #6594E7;
--charcoal-500: #3876E0;
--charcoal-600: #1E5AC2;
--charcoal-700: #18489A;
--charcoal-800: #11336E;
--charcoal-900: #0B2147;
--charcoal-950: #07152C;
}