Charcoal
#1A2838
BlueColor Codes
All color formats for development
HEX
#1A2838RGB
rgb(26, 40, 56)HSL
hsl(212, 37%, 16%)OKLCH
oklch(0.272 0.036 252.4)CMYK
cmyk(54%, 29%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172432
2#15202D
3#121C27
4#0F1822
5#0D141C
6#0A1016
7#080C11
8#05080B
9#030406
Tints
Lighter variations
1#273D55
2#355273
3#426690
4#507BAD
5#6C91BC
6#8AA7C9
7#A7BDD7
8#C4D3E4
9#E2E9F2
Tones
Muted variations
1#1B2836
2#1D2835
3#1E2833
4#202832
5#212830
6#23282F
7#24282D
8#26292C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC3 #AFC3DA | BordersInactive statesPlaceholder text |
| 400 | 85A4 #85A4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6289 #6289B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476D #476D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3857 #38577A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283E #283E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EDF4;
--charcoal-200: #D2DDEA;
--charcoal-300: #AFC3DA;
--charcoal-400: #85A4C7;
--charcoal-500: #6289B7;
--charcoal-600: #476D9A;
--charcoal-700: #38577A;
--charcoal-800: #283E57;
--charcoal-900: #1A2838;
--charcoal-950: #101923;
}