Charcoal
#0A3148
BlueColor Codes
All color formats for development
HEX
#0A3148RGB
rgb(10, 49, 72)HSL
hsl(202, 76%, 16%)OKLCH
oklch(0.299 0.059 239.6)CMYK
cmyk(86%, 32%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092C41
2#082739
3#072232
4#061D2B
5#051924
6#04141D
7#030F16
8#020A0E
9#010507
Tints
Lighter variations
1#0F4B6E
2#146593
3#197EB9
4#1E98DF
5#43AAE5
6#68BBEA
7#8ECCF0
8#B4DDF5
9#D9EEFA
Tones
Muted variations
1#0D3045
2#102F42
3#132F3F
4#162E3B
5#192D38
6#1C2C35
7#1F2B32
8#232A2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E5 #C5E5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D0 #98D0F1 | BordersInactive statesPlaceholder text |
| 400 | 62B8 #62B8EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A4 #35A4E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B87 #1B87C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 156B #156B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4D #0F4D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A31 #0A3148 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F1FB;
--charcoal-200: #C5E5F7;
--charcoal-300: #98D0F1;
--charcoal-400: #62B8EA;
--charcoal-500: #35A4E3;
--charcoal-600: #1B87C5;
--charcoal-700: #156B9D;
--charcoal-800: #0F4D70;
--charcoal-900: #0A3148;
--charcoal-950: #061F2D;
}