Charcoal
#0A2C48
BlueColor Codes
All color formats for development
HEX
#0A2C48RGB
rgb(10, 44, 72)HSL
hsl(207, 76%, 16%)OKLCH
oklch(0.285 0.064 247.6)CMYK
cmyk(86%, 39%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092841
2#082339
3#071F32
4#061A2B
5#051624
6#04121D
7#030D16
8#02090E
9#010407
Tints
Lighter variations
1#0F436E
2#145A93
3#1971B9
4#1E88DF
5#439CE5
6#68B0EA
7#8EC4F0
8#B4D7F5
9#D9EBFA
Tones
Muted variations
1#0D2C45
2#102B42
3#132B3F
4#162B3B
5#192A38
6#1C2A35
7#1F2A32
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 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C9 #98C9F1 | BordersInactive statesPlaceholder text |
| 400 | 62AD #62ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3595 #3595E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B79 #1B79C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2C #0A2C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFB;
--charcoal-200: #C5E0F7;
--charcoal-300: #98C9F1;
--charcoal-400: #62ADEA;
--charcoal-500: #3595E3;
--charcoal-600: #1B79C5;
--charcoal-700: #15609D;
--charcoal-800: #0F4570;
--charcoal-900: #0A2C48;
--charcoal-950: #061B2D;
}