Charcoal
#193467
BlueColor Codes
All color formats for development
HEX
#193467RGB
rgb(25, 52, 103)HSL
hsl(219, 61%, 25%)OKLCH
oklch(0.335 0.096 261.7)CMYK
cmyk(76%, 50%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162F5C
2#142A52
3#112448
4#0F1F3E
5#0C1A33
6#0A1529
7#07101F
8#050A15
9#02050A
Tints
Lighter variations
1#204485
2#2853A4
3#2F63C3
4#4677D2
5#658EDA
6#84A5E1
7#A3BBE9
8#C1D2F0
9#E0E8F8
Tones
Muted variations
1#1D3563
2#21365F
3#25385B
4#283957
5#2C3A53
6#303B4F
7#343C4B
8#383D48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #CAD8F2;
--charcoal-300: #A1BAE8;
--charcoal-400: #6F95DC;
--charcoal-500: #4677D2;
--charcoal-600: #2C5CB5;
--charcoal-700: #234990;
--charcoal-800: #193467;
--charcoal-900: #102142;
--charcoal-950: #0A1529;
}