Charcoal
#191A39
BlueColor Codes
All color formats for development
HEX
#191A39RGB
rgb(25, 26, 57)HSL
hsl(238, 39%, 16%)OKLCH
oklch(0.235 0.059 279.5)CMYK
cmyk(56%, 54%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161733
2#14152D
3#111228
4#0F1022
5#0C0D1C
6#0A0A17
7#070811
8#05050B
9#020306
Tints
Lighter variations
1#262856
2#333574
3#404392
4#4D50B0
5#6A6DBE
6#888ACB
7#A6A7D8
8#C3C5E5
9#E1E2F2
Tones
Muted variations
1#1A1B37
2#1C1D36
3#1E1E34
4#1F2032
5#212131
6#22232F
7#24242E
8#26262C
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D2EB;
--charcoal-300: #ADAFDB;
--charcoal-400: #8385C9;
--charcoal-500: #5F62B9;
--charcoal-600: #44479C;
--charcoal-700: #36397C;
--charcoal-800: #272959;
--charcoal-900: #191A39;
--charcoal-950: #101023;
}