Charcoal
#1A2137
BlueColor Codes
All color formats for development
HEX
#1A2137RGB
rgb(26, 33, 55)HSL
hsl(226, 36%, 16%)OKLCH
oklch(0.253 0.043 269.7)CMYK
cmyk(53%, 40%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181E32
2#151A2C
3#121727
4#101421
5#0D101C
6#0A0D16
7#080A11
8#05070B
9#030306
Tints
Lighter variations
1#283255
2#364472
3#43558F
4#5166AC
5#6D7FBA
6#8A99C8
7#A8B2D6
8#C5CCE4
9#E2E5F1
Tones
Muted variations
1#1C2236
2#1D2335
3#1F2333
4#202432
5#212530
6#23262F
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 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9D9 | BordersInactive statesPlaceholder text |
| 400 | 8695 #8695C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6376 #6376B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485B #485B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3948 #394879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | 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: #D2D7EA;
--charcoal-300: #AFB9D9;
--charcoal-400: #8695C6;
--charcoal-500: #6376B6;
--charcoal-600: #485B99;
--charcoal-700: #394879;
--charcoal-800: #293457;
--charcoal-900: #1A2137;
--charcoal-950: #101523;
}