Charcoal
#192B67
BlueColor Codes
All color formats for development
HEX
#192B67RGB
rgb(25, 43, 103)HSL
hsl(226, 61%, 25%)OKLCH
oklch(0.314 0.108 267.2)CMYK
cmyk(76%, 58%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16275C
2#142252
3#111E48
4#0F1A3E
5#0C1633
6#0A1129
7#070D1F
8#050915
9#02040A
Tints
Lighter variations
1#203885
2#2845A4
3#2F52C3
4#4667D2
5#6580DA
6#849AE1
7#A3B3E9
8#C1CCF0
9#E0E6F8
Tones
Muted variations
1#1D2D63
2#212F5F
3#25315B
4#283357
5#2C3553
6#30374F
7#343A4B
8#383C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B1 #A1B1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F89 #6F89DC | Disabled statesSecondary iconsMuted text |
| 500 | 4667 #4667D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4C #2C4CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233C #233C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192B #192B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #CAD3F2;
--charcoal-300: #A1B1E8;
--charcoal-400: #6F89DC;
--charcoal-500: #4667D2;
--charcoal-600: #2C4CB5;
--charcoal-700: #233C90;
--charcoal-800: #192B67;
--charcoal-900: #101C42;
--charcoal-950: #0A1129;
}