Charcoal
#191F39
BlueColor Codes
All color formats for development
HEX
#191F39RGB
rgb(25, 31, 57)HSL
hsl(229, 39%, 16%)OKLCH
oklch(0.248 0.05 272.4)CMYK
cmyk(56%, 46%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161C33
2#14192D
3#111628
4#0F1222
5#0C0F1C
6#0A0C17
7#070911
8#05060B
9#020306
Tints
Lighter variations
1#262F56
2#333F74
3#404F92
4#4D5FB0
5#6A79BE
6#8894CB
7#A6AFD8
8#C3CAE5
9#E1E4F2
Tones
Muted variations
1#1A2037
2#1C2136
3#1E2234
4#1F2332
5#212431
6#22252F
7#24262E
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DB | BordersInactive statesPlaceholder text |
| 400 | 8390 #8390C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F70 #5F70B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4454 #44549C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2730 #273059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D6EB;
--charcoal-300: #ADB6DB;
--charcoal-400: #8390C9;
--charcoal-500: #5F70B9;
--charcoal-600: #44549C;
--charcoal-700: #36437C;
--charcoal-800: #273059;
--charcoal-900: #191F39;
--charcoal-950: #101323;
}