Charcoal
#0A1B48
BlueColor Codes
All color formats for development
HEX
#0A1B48RGB
rgb(10, 27, 72)HSL
hsl(224, 76%, 16%)OKLCH
oklch(0.241 0.087 264.8)CMYK
cmyk(86%, 63%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091841
2#081539
3#071232
4#06102B
5#050D24
6#040B1D
7#030816
8#02050E
9#010307
Tints
Lighter variations
1#0F286E
2#143693
3#1944B9
4#1E52DF
5#436EE5
6#688BEA
7#8EA8F0
8#B4C5F5
9#D9E2FA
Tones
Muted variations
1#0D1C45
2#101D42
3#131F3F
4#16203B
5#192238
6#1C2335
7#1F2432
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D2 #C5D2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B0 #98B0F1 | BordersInactive statesPlaceholder text |
| 400 | 6286 #6286EA | Disabled statesSecondary iconsMuted text |
| 500 | 3564 #3564E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B48 #1B48C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 153A #153A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F29 #0F2970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1A #0A1A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E0E7FB;
--charcoal-200: #C5D2F7;
--charcoal-300: #98B0F1;
--charcoal-400: #6286EA;
--charcoal-500: #3564E3;
--charcoal-600: #1B48C5;
--charcoal-700: #153A9D;
--charcoal-800: #0F2970;
--charcoal-900: #0A1A48;
--charcoal-950: #06102D;
}