Charcoal
#0A2A48
BlueColor Codes
All color formats for development
HEX
#0A2A48RGB
rgb(10, 42, 72)HSL
hsl(209, 76%, 16%)OKLCH
oklch(0.28 0.067 250.4)CMYK
cmyk(86%, 42%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092641
2#082139
3#071D32
4#06192B
5#051524
6#04111D
7#030D16
8#02080E
9#010407
Tints
Lighter variations
1#0F406E
2#145693
3#196CB9
4#1E82DF
5#4397E5
6#68ABEA
7#8EC0F0
8#B4D5F5
9#D9EAFA
Tones
Muted variations
1#0D2A45
2#102A42
3#132A3F
4#16293B
5#192938
6#1C2935
7#1F2932
8#23292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DF #C5DFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C6 #98C6F1 | BordersInactive statesPlaceholder text |
| 400 | 62A8 #62A8EA | Disabled statesSecondary iconsMuted text |
| 500 | 358F #358FE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B73 #1B73C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155C #155C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F41 #0F4170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2A #0A2A48 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EEFB;
--charcoal-200: #C5DFF7;
--charcoal-300: #98C6F1;
--charcoal-400: #62A8EA;
--charcoal-500: #358FE3;
--charcoal-600: #1B73C5;
--charcoal-700: #155C9D;
--charcoal-800: #0F4170;
--charcoal-900: #0A2A48;
--charcoal-950: #061A2D;
}