Charcoal
#1A2038
BlueColor Codes
All color formats for development
HEX
#1A2038RGB
rgb(26, 32, 56)HSL
hsl(228, 37%, 16%)OKLCH
oklch(0.251 0.046 272)CMYK
cmyk(54%, 43%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171D32
2#15192D
3#121627
4#0F1322
5#0D101C
6#0A0D16
7#080A11
8#05060B
9#030306
Tints
Lighter variations
1#273055
2#354173
3#425290
4#5062AD
5#6C7CBC
6#8A96C9
7#A7B0D7
8#C4CBE4
9#E2E5F2
Tones
Muted variations
1#1B2136
2#1D2235
3#1E2233
4#202332
5#212430
6#23252F
7#24262D
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB7 #AFB7DA | BordersInactive statesPlaceholder text |
| 400 | 8592 #8592C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6273 #6273B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4757 #47579A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3845 #38457A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2832 #283257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2038 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D6EA;
--charcoal-300: #AFB7DA;
--charcoal-400: #8592C7;
--charcoal-500: #6273B7;
--charcoal-600: #47579A;
--charcoal-700: #38457A;
--charcoal-800: #283257;
--charcoal-900: #1A2038;
--charcoal-950: #101423;
}