Charcoal
#1A2238
BlueColor Codes
All color formats for development
HEX
#1A2238RGB
rgb(26, 34, 56)HSL
hsl(224, 37%, 16%)OKLCH
oklch(0.256 0.043 268.1)CMYK
cmyk(54%, 39%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171E32
2#151B2D
3#121827
4#0F1422
5#0D111C
6#0A0E16
7#080A11
8#05070B
9#030306
Tints
Lighter variations
1#273355
2#354573
3#425790
4#5069AD
5#6C81BC
6#8A9BC9
7#A7B4D7
8#C4CDE4
9#E2E6F2
Tones
Muted variations
1#1B2236
2#1D2335
3#1E2433
4#202532
5#212530
6#23262F
7#24272D
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 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBADA | BordersInactive statesPlaceholder text |
| 400 | 8596 #8596C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6278 #6278B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475D #475D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384A #384A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2835 #283557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D8EA;
--charcoal-300: #AFBADA;
--charcoal-400: #8596C7;
--charcoal-500: #6278B7;
--charcoal-600: #475D9A;
--charcoal-700: #384A7A;
--charcoal-800: #283557;
--charcoal-900: #1A2238;
--charcoal-950: #101523;
}