Charcoal
#11416E
BlueColor Codes
All color formats for development
HEX
#11416ERGB
rgb(17, 65, 110)HSL
hsl(209, 73%, 25%)OKLCH
oklch(0.369 0.092 250.9)CMYK
cmyk(85%, 41%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3B63
2#0E3458
3#0C2E4D
4#0A2742
5#092137
6#071A2C
7#051421
8#030D16
9#02070B
Tints
Lighter variations
1#16558F
2#1C68B0
3#217CD2
4#388FE0
5#5AA2E5
6#7BB4EA
7#9CC7F0
8#BDDAF5
9#DEECFA
Tones
Muted variations
1#16416A
2#1B4165
3#1F4160
4#24415C
5#284157
6#2D4052
7#32404E
8#364049
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC6 #9AC6EF | BordersInactive statesPlaceholder text |
| 400 | 65A8 #65A8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 388F #388FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E73 #1E73C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185B #185B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1141 #11416E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2A #0B2A47 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFA;
--charcoal-200: #C6DFF6;
--charcoal-300: #9AC6EF;
--charcoal-400: #65A8E7;
--charcoal-500: #388FE0;
--charcoal-600: #1E73C2;
--charcoal-700: #185B9A;
--charcoal-800: #11416E;
--charcoal-900: #0B2A47;
--charcoal-950: #071A2C;
}