Charcoal
#13263E
BlueColor Codes
All color formats for development
HEX
#13263ERGB
rgb(19, 38, 62)HSL
hsl(213, 53%, 16%)OKLCH
oklch(0.266 0.052 255)CMYK
cmyk(69%, 39%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112338
2#0F1F32
3#0D1B2C
4#0C1725
5#0A131F
6#080F19
7#060C13
8#04080C
9#020406
Tints
Lighter variations
1#1D3B5F
2#274F80
3#3163A1
4#3B78C2
5#5B8ECD
6#7CA5D7
7#9DBBE1
8#BDD2EB
9#DEE8F5
Tones
Muted variations
1#15273C
2#18273A
3#1A2738
4#1C2836
5#1E2834
6#202831
7#22282F
8#24282D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C1 #A5C1E3 | BordersInactive statesPlaceholder text |
| 400 | 76A1 #76A1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F86 #4F86C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356A #356AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A55 #2A5589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3C #1E3C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4ECF7;
--charcoal-200: #CCDCEF;
--charcoal-300: #A5C1E3;
--charcoal-400: #76A1D5;
--charcoal-500: #4F86C9;
--charcoal-600: #356AAC;
--charcoal-700: #2A5589;
--charcoal-800: #1E3C62;
--charcoal-900: #13273E;
--charcoal-950: #0C1827;
}