Charcoal
#193767
BlueColor Codes
All color formats for development
HEX
#193767RGB
rgb(25, 55, 103)HSL
hsl(217, 61%, 25%)OKLCH
oklch(0.342 0.092 259.4)CMYK
cmyk(76%, 47%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16315C
2#142C52
3#112648
4#0F213E
5#0C1B33
6#0A1629
7#07101F
8#050B15
9#02050A
Tints
Lighter variations
1#204785
2#2857A4
3#2F68C3
4#467CD2
5#6592DA
6#84A8E1
7#A3BDE9
8#C1D3F0
9#E0E9F8
Tones
Muted variations
1#1D3863
2#21385F
3#25395B
4#283A57
5#2C3B53
6#303C4F
7#343D4B
8#383E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 6F99 #6F99DC | Disabled statesSecondary iconsMuted text |
| 500 | 467C #467CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C60 #2C60B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234D #234D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1937 #193767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EBF8;
--charcoal-200: #CAD9F2;
--charcoal-300: #A1BCE8;
--charcoal-400: #6F99DC;
--charcoal-500: #467CD2;
--charcoal-600: #2C60B5;
--charcoal-700: #234D90;
--charcoal-800: #193767;
--charcoal-900: #102342;
--charcoal-950: #0A1629;
}