Charcoal
#191E39
BlueColor Codes
All color formats for development
HEX
#191E39RGB
rgb(25, 30, 57)HSL
hsl(231, 39%, 16%)OKLCH
oklch(0.245 0.052 274)CMYK
cmyk(56%, 47%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#161B33
2#14182D
3#111528
4#0F1222
5#0C0F1C
6#0A0C17
7#070911
8#05060B
9#020306
Tints
Lighter variations
1#262D56
2#333D74
3#404C92
4#4D5CB0
5#6A77BE
6#8892CB
7#A6ADD8
8#C3C8E5
9#E1E4F2
Tones
Muted variations
1#1A1F37
2#1C2036
3#1E2134
4#1F2232
5#212331
6#22242F
7#24252E
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838D #838DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6D #5F6DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4452 #44529C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | 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: #E6E8F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB4DB;
--charcoal-400: #838DC9;
--charcoal-500: #5F6DB9;
--charcoal-600: #44529C;
--charcoal-700: #36417C;
--charcoal-800: #272E59;
--charcoal-900: #191E39;
--charcoal-950: #101323;
}