Charcoal
#0A2E48
BlueColor Codes
All color formats for development
HEX
#0A2E48RGB
rgb(10, 46, 72)HSL
hsl(205, 76%, 16%)OKLCH
oklch(0.291 0.062 244.6)CMYK
cmyk(86%, 36%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092941
2#082539
3#072032
4#061C2B
5#051724
6#04121D
7#030E16
8#02090E
9#010507
Tints
Lighter variations
1#0F466E
2#145E93
3#1976B9
4#1E8FDF
5#43A1E5
6#68B4EA
7#8EC7F0
8#B4DAF5
9#D9ECFA
Tones
Muted variations
1#0D2D45
2#102D42
3#132C3F
4#162C3B
5#192B38
6#1C2B35
7#1F2A32
8#232A2F
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 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF1 | BordersInactive statesPlaceholder text |
| 400 | 62B1 #62B1EA | Disabled statesSecondary iconsMuted text |
| 500 | 359B #359BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7E #1B7EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1565 #15659D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F48 #0F4870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E48 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFB;
--charcoal-200: #C5E2F7;
--charcoal-300: #98CCF1;
--charcoal-400: #62B1EA;
--charcoal-500: #359BE3;
--charcoal-600: #1B7EC5;
--charcoal-700: #15659D;
--charcoal-800: #0F4870;
--charcoal-900: #0A2E48;
--charcoal-950: #061D2D;
}