Charcoal
#092048
BlueColor Codes
All color formats for development
HEX
#092048RGB
rgb(9, 32, 72)HSL
hsl(218, 78%, 16%)OKLCH
oklch(0.253 0.08 260.6)CMYK
cmyk(88%, 56%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081D41
2#071A3A
3#061733
4#05132C
5#041024
6#040D1D
7#030A16
8#02060F
9#010307
Tints
Lighter variations
1#0E316F
2#124295
3#1753BB
4#1C64E1
5#407EE7
6#6697EC
7#8DB1F1
8#B3CBF6
9#D9E5FA
Tones
Muted variations
1#0C2145
2#0F2242
3#13233F
4#16243C
5#192539
6#1C2536
7#1F2632
8#22272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6093 #6093EB | Disabled statesSecondary iconsMuted text |
| 500 | 3374 #3374E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1959 #1959C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1447 #14479F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E32 #0E3271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFE9FB;
--charcoal-200: #C4D7F8;
--charcoal-300: #97B8F2;
--charcoal-400: #6093EB;
--charcoal-500: #3374E6;
--charcoal-600: #1959C8;
--charcoal-700: #14479F;
--charcoal-800: #0E3271;
--charcoal-900: #092049;
--charcoal-950: #06142D;
}