Charcoal
#1A2138
BlueColor Codes
All color formats for development
HEX
#1A2138RGB
rgb(26, 33, 56)HSL
hsl(226, 37%, 16%)OKLCH
oklch(0.253 0.045 270.1)CMYK
cmyk(54%, 41%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171D32
2#151A2D
3#121727
4#0F1422
5#0D101C
6#0A0D16
7#080A11
8#05070B
9#030306
Tints
Lighter variations
1#273255
2#354373
3#425490
4#5066AD
5#6C7FBC
6#8A98C9
7#A7B2D7
8#C4CCE4
9#E2E5F2
Tones
Muted variations
1#1B2236
2#1D2235
3#1E2333
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 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8594 #8594C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6276 #6276B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475A #475A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3848 #38487A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2833 #283357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB9DA;
--charcoal-400: #8594C7;
--charcoal-500: #6276B7;
--charcoal-600: #475A9A;
--charcoal-700: #38487A;
--charcoal-800: #283357;
--charcoal-900: #1A2138;
--charcoal-950: #101423;
}