Charcoal
#0B2647
BlueColor Codes
All color formats for development
HEX
#0B2647RGB
rgb(11, 38, 71)HSL
hsl(213, 73%, 16%)OKLCH
oklch(0.268 0.07 255.3)CMYK
cmyk(85%, 46%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2240
2#091E38
3#081A31
4#07172A
5#061323
6#040F1C
7#030B15
8#02080E
9#010407
Tints
Lighter variations
1#113A6C
2#174E91
3#1C61B6
4#2275DB
5#468CE2
6#6BA3E8
7#90BAEE
8#B5D1F3
9#DAE8F9
Tones
Muted variations
1#0E2644
2#112641
3#14273E
4#17273B
5#1A2738
6#1D2835
7#202832
8#23282F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC0 #9AC0EF | BordersInactive statesPlaceholder text |
| 400 | 659F #659FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3884 #3884E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E68 #1E68C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1853 #18539A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113B #113B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B26 #0B2647 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0ECFA;
--charcoal-200: #C6DBF6;
--charcoal-300: #9AC0EF;
--charcoal-400: #659FE7;
--charcoal-500: #3884E0;
--charcoal-600: #1E68C2;
--charcoal-700: #18539A;
--charcoal-800: #113B6E;
--charcoal-900: #0B2647;
--charcoal-950: #07182C;
}