Charcoal
#1A2438
BlueColor Codes
All color formats for development
HEX
#1A2438RGB
rgb(26, 36, 56)HSL
hsl(220, 37%, 16%)OKLCH
oklch(0.261 0.04 263.5)CMYK
cmyk(54%, 36%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172032
2#151D2D
3#121927
4#0F1522
5#0D121C
6#0A0E16
7#080B11
8#05070B
9#030406
Tints
Lighter variations
1#273755
2#354973
3#425C90
4#506FAD
5#6C87BC
6#8A9FC9
7#A7B7D7
8#C4CFE4
9#E2E7F2
Tones
Muted variations
1#1B2436
2#1D2535
3#1E2533
4#202632
5#212630
6#23272F
7#24272D
8#26282C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDDA | BordersInactive statesPlaceholder text |
| 400 | 859B #859BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 627E #627EB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4762 #47629A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384E #384E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2838 #283857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2438 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DAEA;
--charcoal-300: #AFBDDA;
--charcoal-400: #859BC7;
--charcoal-500: #627EB7;
--charcoal-600: #47629A;
--charcoal-700: #384E7A;
--charcoal-800: #283857;
--charcoal-900: #1A2438;
--charcoal-950: #101623;
}