Charcoal
#11446E
BlueColor Codes
All color formats for development
HEX
#11446ERGB
rgb(17, 68, 110)HSL
hsl(207, 73%, 25%)OKLCH
oklch(0.377 0.089 248.1)CMYK
cmyk(85%, 38%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3E63
2#0E3758
3#0C304D
4#0A2942
5#092237
6#071B2C
7#051521
8#030E16
9#02070B
Tints
Lighter variations
1#16598F
2#1C6DB0
3#2182D2
4#3895E0
5#5AA6E5
6#7BB8EA
7#9CCAF0
8#BDDCF5
9#DEEDFA
Tones
Muted variations
1#16446A
2#1B4365
3#1F4360
4#24435C
5#284257
6#2D4252
7#32414E
8#364149
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 | C6E0 #C6E0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC9 #9AC9EF | BordersInactive statesPlaceholder text |
| 400 | 65AC #65ACE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3895 #3895E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E78 #1E78C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1860 #18609A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1144 #11446E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2C #0B2C47 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFA;
--charcoal-200: #C6E0F6;
--charcoal-300: #9AC9EF;
--charcoal-400: #65ACE7;
--charcoal-500: #3895E0;
--charcoal-600: #1E78C2;
--charcoal-700: #18609A;
--charcoal-800: #11446E;
--charcoal-900: #0B2C47;
--charcoal-950: #071B2C;
}