Charcoal
#192C67
BlueColor Codes
All color formats for development
HEX
#192C67RGB
rgb(25, 44, 103)HSL
hsl(225, 61%, 25%)OKLCH
oklch(0.316 0.107 266.7)CMYK
cmyk(76%, 57%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16285C
2#142352
3#111F48
4#0F1B3E
5#0C1633
6#0A1229
7#070D1F
8#050915
9#02040A
Tints
Lighter variations
1#203A85
2#2847A4
3#2F54C3
4#4669D2
5#6582DA
6#849BE1
7#A3B4E9
8#C1CDF0
9#E0E6F8
Tones
Muted variations
1#1D2E63
2#21305F
3#25325B
4#283457
5#2C3653
6#30384F
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 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8B #6F8BDC | Disabled statesSecondary iconsMuted text |
| 500 | 4669 #4669D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4E #2C4EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233E #233E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192C #192C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #CAD4F2;
--charcoal-300: #A1B2E8;
--charcoal-400: #6F8BDC;
--charcoal-500: #4669D2;
--charcoal-600: #2C4EB5;
--charcoal-700: #233E90;
--charcoal-800: #192C67;
--charcoal-900: #101C42;
--charcoal-950: #0A1229;
}