Charcoal
#0A1947
BlueColor Codes
All color formats for development
HEX
#0A1947RGB
rgb(10, 25, 71)HSL
hsl(225, 75%, 16%)OKLCH
oklch(0.235 0.089 265.9)CMYK
cmyk(86%, 65%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091740
2#081439
3#071232
4#060F2B
5#050D24
6#040A1D
7#030815
8#02050E
9#010307
Tints
Lighter variations
1#10276D
2#153492
3#1A42B8
4#204FDD
5#446CE4
6#6989EA
7#8FA7EF
8#B4C4F4
9#DAE2FA
Tones
Muted variations
1#0D1B44
2#101D41
3#131E3E
4#16203B
5#1A2138
6#1D2335
7#202432
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF0 | BordersInactive statesPlaceholder text |
| 400 | 6384 #6384E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3661 #3661E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C46 #1C46C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1638 #16389C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1028 #102870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1947 | 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: #F2F4FD;
--charcoal-100: #E0E6FB;
--charcoal-200: #C5D1F7;
--charcoal-300: #98AEF0;
--charcoal-400: #6384E9;
--charcoal-500: #3661E2;
--charcoal-600: #1C46C4;
--charcoal-700: #16389C;
--charcoal-800: #102870;
--charcoal-900: #0A1947;
--charcoal-950: #06102D;
}