Charcoal
#1A1C37
BlueColor Codes
All color formats for development
HEX
#1A1C37RGB
rgb(26, 28, 55)HSL
hsl(236, 36%, 16%)OKLCH
oklch(0.24 0.051 278.6)CMYK
cmyk(53%, 49%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181932
2#15162C
3#121427
4#101121
5#0D0E1C
6#0A0B16
7#080811
8#05060B
9#030306
Tints
Lighter variations
1#282B55
2#363A72
3#43488F
4#5157AC
5#6D72BA
6#8A8FC8
7#A8ABD6
8#C5C7E4
9#E2E3F1
Tones
Muted variations
1#1C1D36
2#1D1F35
3#1F2033
4#202132
5#212230
6#23242F
7#24252D
8#26262C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2D9 | BordersInactive statesPlaceholder text |
| 400 | 868A #868AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6368 #6368B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484D #484D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393D #393D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292C #292C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D4EA;
--charcoal-300: #AFB2D9;
--charcoal-400: #868AC6;
--charcoal-500: #6368B6;
--charcoal-600: #484D99;
--charcoal-700: #393D79;
--charcoal-800: #292C57;
--charcoal-900: #1A1C37;
--charcoal-950: #101223;
}