Charcoal
#092249
BlueColor Codes
All color formats for development
HEX
#092249RGB
rgb(9, 34, 73)HSL
hsl(217, 78%, 16%)OKLCH
oklch(0.259 0.079 259.2)CMYK
cmyk(88%, 53%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081E41
2#071B3A
3#061733
4#05142C
5#041124
6#040D1D
7#030A16
8#02070F
9#010307
Tints
Lighter variations
1#0E336F
2#124495
3#1756BB
4#1C67E1
5#4080E7
6#669AEC
7#8DB3F1
8#B3CCF6
9#D9E6FA
Tones
Muted variations
1#0C2245
2#0F2342
3#13243F
4#16243C
5#192539
6#1C2636
7#1F2732
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 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D8 #C4D8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BA #97BAF2 | BordersInactive statesPlaceholder text |
| 400 | 6096 #6096EB | Disabled statesSecondary iconsMuted text |
| 500 | 3377 #3377E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195C #195CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1449 #14499F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E34 #0E3471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0921 #092149 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEAFB;
--charcoal-200: #C4D8F8;
--charcoal-300: #97BAF2;
--charcoal-400: #6096EB;
--charcoal-500: #3377E6;
--charcoal-600: #195CC8;
--charcoal-700: #14499F;
--charcoal-800: #0E3471;
--charcoal-900: #092149;
--charcoal-950: #06152D;
}