Charcoal
#11406E
BlueColor Codes
All color formats for development
HEX
#11406ERGB
rgb(17, 64, 110)HSL
hsl(210, 73%, 25%)OKLCH
oklch(0.366 0.093 251.7)CMYK
cmyk(85%, 42%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3963
2#0E3358
3#0C2D4D
4#0A2642
5#092037
6#07192C
7#051321
8#030D16
9#02060B
Tints
Lighter variations
1#16538F
2#1C66B0
3#2179D2
4#388CE0
5#5A9FE5
6#7BB2EA
7#9CC6F0
8#BDD9F5
9#DEECFA
Tones
Muted variations
1#16406A
2#1B4065
3#1F4060
4#24405C
5#284057
6#2D4052
7#32404E
8#364049
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DE #C6DEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC4 #9AC4EF | BordersInactive statesPlaceholder text |
| 400 | 65A6 #65A6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 388C #388CE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E70 #1E70C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1859 #18599A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1140 #11406E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B29 #0B2947 | 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: #F2F7FD;
--charcoal-100: #E0EDFA;
--charcoal-200: #C6DEF6;
--charcoal-300: #9AC4EF;
--charcoal-400: #65A6E7;
--charcoal-500: #388CE0;
--charcoal-600: #1E70C2;
--charcoal-700: #18599A;
--charcoal-800: #11406E;
--charcoal-900: #0B2947;
--charcoal-950: #071A2C;
}