Charcoal
#112641
BlueColor Codes
All color formats for development
HEX
#112641RGB
rgb(17, 38, 65)HSL
hsl(214, 59%, 16%)OKLCH
oklch(0.267 0.058 255.6)CMYK
cmyk(74%, 42%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F223A
2#0D1E34
3#0C1A2D
4#0A1727
5#081320
6#070F1A
7#050B13
8#03080D
9#020406
Tints
Lighter variations
1#1A3963
2#224D85
3#2B61A7
4#3475C9
5#558BD3
6#77A3DC
7#99BAE5
8#BBD1ED
9#DDE8F6
Tones
Muted variations
1#13263E
2#16263C
3#18273A
4#1A2737
5#1D2735
6#1F2832
7#222830
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E7 | BordersInactive statesPlaceholder text |
| 400 | 719F #719FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4983 #4983D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E67 #2E67B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E3ECF8;
--charcoal-200: #CADBF1;
--charcoal-300: #A2C0E7;
--charcoal-400: #719FDA;
--charcoal-500: #4983D0;
--charcoal-600: #2E67B2;
--charcoal-700: #25528E;
--charcoal-800: #1A3B65;
--charcoal-900: #112641;
--charcoal-950: #0A1729;
}