Charcoal
#0A2348
BlueColor Codes
All color formats for development
HEX
#0A2348RGB
rgb(10, 35, 72)HSL
hsl(216, 76%, 16%)OKLCH
oklch(0.261 0.076 258.4)CMYK
cmyk(86%, 51%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091F41
2#081C39
3#071832
4#06152B
5#051124
6#040E1D
7#030A16
8#02070E
9#010307
Tints
Lighter variations
1#0F356E
2#144793
3#1959B9
4#1E6BDF
5#4384E5
6#689CEA
7#8EB5F0
8#B4CEF5
9#D9E6FA
Tones
Muted variations
1#0D2345
2#102442
3#13243F
4#16253B
5#192638
6#1C2635
7#1F2732
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D9 #C5D9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BB #98BBF1 | BordersInactive statesPlaceholder text |
| 400 | 6298 #6298EA | Disabled statesSecondary iconsMuted text |
| 500 | 357B #357BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B5F #1B5FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154C #154C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F36 #0F3670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A23 #0A2348 | 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: #F2F6FD;
--charcoal-100: #E0EAFB;
--charcoal-200: #C5D9F7;
--charcoal-300: #98BBF1;
--charcoal-400: #6298EA;
--charcoal-500: #357BE3;
--charcoal-600: #1B5FC5;
--charcoal-700: #154C9D;
--charcoal-800: #0F3670;
--charcoal-900: #0A2348;
--charcoal-950: #06162D;
}