Charcoal
#11486E
BlueColor Codes
All color formats for development
HEX
#11486ERGB
rgb(17, 72, 110)HSL
hsl(205, 73%, 25%)OKLCH
oklch(0.387 0.085 244.1)CMYK
cmyk(85%, 35%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4063
2#0E3958
3#0C324D
4#0A2B42
5#092437
6#071D2C
7#051521
8#030E16
9#02070B
Tints
Lighter variations
1#165D8F
2#1C72B0
3#2188D2
4#389AE0
5#5AABE5
6#7BBCEA
7#9CCDF0
8#BDDDF5
9#DEEEFA
Tones
Muted variations
1#16476A
2#1B4665
3#1F4560
4#24445C
5#284457
6#2D4352
7#32424E
8#364149
9#3B4144
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 | C6E2 #C6E2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACB #9ACBEF | BordersInactive statesPlaceholder text |
| 400 | 65B1 #65B1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389A #389AE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7E #1E7EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1864 #18649A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1148 #11486E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2E #0B2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFA;
--charcoal-200: #C6E2F6;
--charcoal-300: #9ACBEF;
--charcoal-400: #65B1E7;
--charcoal-500: #389AE0;
--charcoal-600: #1E7EC2;
--charcoal-700: #18649A;
--charcoal-800: #11486E;
--charcoal-900: #0B2E47;
--charcoal-950: #071D2C;
}