Charcoal
#11466E
BlueColor Codes
All color formats for development
HEX
#11466ERGB
rgb(17, 70, 110)HSL
hsl(206, 73%, 25%)OKLCH
oklch(0.382 0.087 246.2)CMYK
cmyk(85%, 36%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3F63
2#0E3858
3#0C314D
4#0A2A42
5#092337
6#071C2C
7#051521
8#030E16
9#02070B
Tints
Lighter variations
1#165B8F
2#1C70B0
3#2185D2
4#3897E0
5#5AA9E5
6#7BBAEA
7#9CCBF0
8#BDDCF5
9#DEEEFA
Tones
Muted variations
1#16456A
2#1B4565
3#1F4460
4#24435C
5#284357
6#2D4252
7#32424E
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 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3897 #3897E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7B #1E7BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1862 #18629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1146 #11466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D47 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFA;
--charcoal-200: #C6E1F6;
--charcoal-300: #9ACAEF;
--charcoal-400: #65AEE7;
--charcoal-500: #3897E0;
--charcoal-600: #1E7BC2;
--charcoal-700: #18629A;
--charcoal-800: #11466E;
--charcoal-900: #0B2D47;
--charcoal-950: #071C2C;
}