Charcoal
#112F6E
BlueColor Codes
All color formats for development
HEX
#112F6ERGB
rgb(17, 47, 110)HSL
hsl(221, 73%, 25%)OKLCH
oklch(0.325 0.115 262.6)CMYK
cmyk(85%, 57%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2A63
2#0E2558
3#0C214D
4#0A1C42
5#091737
6#07132C
7#050E21
8#030916
9#02050B
Tints
Lighter variations
1#163D8F
2#1C4BB0
3#2159D2
4#386EE0
5#5A86E5
6#7B9EEA
7#9CB6F0
8#BDCFF5
9#DEE7FA
Tones
Muted variations
1#16306A
2#1B3265
3#1F3460
4#24365C
5#283757
6#2D3952
7#323B4E
8#363C49
9#3B3E44
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;
}