Charcoal
#112240
BlueColor Codes
All color formats for development
HEX
#112240RGB
rgb(17, 34, 64)HSL
hsl(218, 58%, 16%)OKLCH
oklch(0.255 0.061 260.9)CMYK
cmyk(73%, 47%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1F3A
2#0E1C34
3#0C182D
4#0A1527
5#091120
6#070E1A
7#050A13
8#03070D
9#020306
Tints
Lighter variations
1#1A3562
2#234784
3#2C59A6
4#356BC8
5#5683D2
6#789CDB
7#99B5E4
8#BBCEED
9#DDE6F6
Tones
Muted variations
1#14233E
2#16243C
3#182439
4#1B2537
5#1D2635
6#1F2632
7#222730
8#24282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE6 | BordersInactive statesPlaceholder text |
| 400 | 7298 #7298DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7B #4A7BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5F #2F5FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B36 #1B3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF8;
--charcoal-200: #CBD9F1;
--charcoal-300: #A2BBE6;
--charcoal-400: #7298DA;
--charcoal-500: #4A7BCF;
--charcoal-600: #2F5FB1;
--charcoal-700: #254B8D;
--charcoal-800: #1B3665;
--charcoal-900: #112240;
--charcoal-950: #0B1628;
}