Charcoal
#193B67
BlueColor Codes
All color formats for development
HEX
#193B67RGB
rgb(25, 59, 103)HSL
hsl(214, 61%, 25%)OKLCH
oklch(0.352 0.086 256)CMYK
cmyk(76%, 43%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16355C
2#142F52
3#112948
4#0F233E
5#0C1D33
6#0A1729
7#07121F
8#050C15
9#02060A
Tints
Lighter variations
1#204C85
2#285EA4
3#2F6FC3
4#4683D2
5#6598DA
6#84ACE1
7#A3C1E9
8#C1D6F0
9#E0EAF8
Tones
Muted variations
1#1D3B63
2#213C5F
3#253C5B
4#283D57
5#2C3D53
6#303E4F
7#343E4B
8#383F48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #CADBF2;
--charcoal-300: #A1C0E8;
--charcoal-400: #6F9EDC;
--charcoal-500: #4683D2;
--charcoal-600: #2C67B5;
--charcoal-700: #235290;
--charcoal-800: #193B67;
--charcoal-900: #102542;
--charcoal-950: #0A1729;
}