Charcoal
#192139
BlueColor Codes
All color formats for development
HEX
#192139RGB
rgb(25, 33, 57)HSL
hsl(225, 39%, 16%)OKLCH
oklch(0.253 0.047 268.9)CMYK
cmyk(56%, 42%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161E33
2#141A2D
3#111728
4#0F1422
5#0C101C
6#0A0D17
7#070A11
8#05070B
9#020306
Tints
Lighter variations
1#263256
2#334374
3#405592
4#4D66B0
5#6A7FBE
6#8899CB
7#A6B2D8
8#C3CCE5
9#E1E5F2
Tones
Muted variations
1#1A2237
2#1C2236
3#1E2334
4#1F2432
5#212531
6#22262F
7#24262E
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DB | BordersInactive statesPlaceholder text |
| 400 | 8394 #8394C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F76 #5F76B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445A #445A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3648 #36487C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2733 #273359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D7EB;
--charcoal-300: #ADB9DB;
--charcoal-400: #8394C9;
--charcoal-500: #5F76B9;
--charcoal-600: #445A9C;
--charcoal-700: #36487C;
--charcoal-800: #273359;
--charcoal-900: #192139;
--charcoal-950: #101523;
}