Charcoal
#092349
BlueColor Codes
All color formats for development
HEX
#092349RGB
rgb(9, 35, 73)HSL
hsl(216, 78%, 16%)OKLCH
oklch(0.261 0.078 258.3)CMYK
cmyk(88%, 52%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081F41
2#071C3A
3#061833
4#05152C
5#041124
6#040E1D
7#030A16
8#02070F
9#010307
Tints
Lighter variations
1#0E356F
2#124795
3#1759BB
4#1C6BE1
5#4083E7
6#669CEC
7#8DB5F1
8#B3CDF6
9#D9E6FA
Tones
Muted variations
1#0C2345
2#0F2442
3#13243F
4#16253C
5#192639
6#1C2636
7#1F2732
8#22282F
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 | C4D9 #C4D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BB #97BBF2 | BordersInactive statesPlaceholder text |
| 400 | 6098 #6098EB | Disabled statesSecondary iconsMuted text |
| 500 | 337A #337AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 195F #195FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144B #144B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E36 #0E3671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0922 #092249 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEAFB;
--charcoal-200: #C4D9F8;
--charcoal-300: #97BBF2;
--charcoal-400: #6098EB;
--charcoal-500: #337AE6;
--charcoal-600: #195FC8;
--charcoal-700: #144B9F;
--charcoal-800: #0E3671;
--charcoal-900: #092249;
--charcoal-950: #06162D;
}