Charcoal
#17233A
BlueColor Codes
All color formats for development
HEX
#17233ARGB
rgb(23, 35, 58)HSL
hsl(219, 43%, 16%)OKLCH
oklch(0.258 0.047 262.6)CMYK
cmyk(60%, 40%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152035
2#131C2F
3#101929
4#0E1523
5#0C121D
6#090E17
7#070B12
8#05070C
9#020406
Tints
Lighter variations
1#233659
2#304978
3#3C5C96
4#486EB5
5#6686C2
6#849ECE
7#A3B6DA
8#C2CFE7
9#E0E7F3
Tones
Muted variations
1#192439
2#1B2537
3#1D2535
4#1E2633
5#202632
6#222730
7#24272E
8#25282C
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7F9A #7F9ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7D #5B7DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4062 #4062A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334E #334E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #D0DAEC;
--charcoal-300: #ABBDDE;
--charcoal-400: #7F9ACC;
--charcoal-500: #5B7DBE;
--charcoal-600: #4062A0;
--charcoal-700: #334E80;
--charcoal-800: #24385B;
--charcoal-900: #17243A;
--charcoal-950: #0F1624;
}