Charcoal
#17263A
BlueColor Codes
All color formats for development
HEX
#17263ARGB
rgb(23, 38, 58)HSL
hsl(214, 43%, 16%)OKLCH
oklch(0.266 0.043 255.9)CMYK
cmyk(60%, 34%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152335
2#131F2F
3#101B29
4#0E1723
5#0C131D
6#090F17
7#070C12
8#05080C
9#020406
Tints
Lighter variations
1#233B59
2#304F78
3#3C6396
4#4877B5
5#668EC2
6#84A4CE
7#A3BBDA
8#C2D2E7
9#E0E8F3
Tones
Muted variations
1#192739
2#1B2737
3#1D2735
4#1E2733
5#202832
6#222830
7#24282E
8#25282C
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #D0DCEC;
--charcoal-300: #ABC1DE;
--charcoal-400: #7FA1CC;
--charcoal-500: #5B86BE;
--charcoal-600: #406AA0;
--charcoal-700: #335480;
--charcoal-800: #243C5B;
--charcoal-900: #17263A;
--charcoal-950: #0F1824;
}