Charcoal
#1A2638
BlueColor Codes
All color formats for development
HEX
#1A2638RGB
rgb(26, 38, 56)HSL
hsl(216, 37%, 16%)OKLCH
oklch(0.267 0.038 258.3)CMYK
cmyk(54%, 32%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172232
2#151E2D
3#121A27
4#0F1722
5#0D131C
6#0A0F16
7#080B11
8#05080B
9#030406
Tints
Lighter variations
1#273A55
2#354D73
3#426190
4#5075AD
5#6C8CBC
6#8AA3C9
7#A7BAD7
8#C4D1E4
9#E2E8F2
Tones
Muted variations
1#1B2636
2#1D2635
3#1E2733
4#202732
5#212730
6#23282F
7#24282D
8#26282C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC0 #AFC0DA | BordersInactive statesPlaceholder text |
| 400 | 859F #859FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6284 #6284B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4768 #47689A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3853 #38537A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283B #283B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DBEA;
--charcoal-300: #AFC0DA;
--charcoal-400: #859FC7;
--charcoal-500: #6284B7;
--charcoal-600: #47689A;
--charcoal-700: #38537A;
--charcoal-800: #283B57;
--charcoal-900: #1A2638;
--charcoal-950: #101823;
}