Charcoal
#0D2D45
BlueColor Codes
All color formats for development
HEX
#0D2D45RGB
rgb(13, 45, 69)HSL
hsl(206, 68%, 16%)OKLCH
oklch(0.287 0.058 244.6)CMYK
cmyk(81%, 35%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C283E
2#0A2437
3#091F30
4#081B29
5#071622
6#05121B
7#040D15
8#03090E
9#010407
Tints
Lighter variations
1#144469
2#1B5B8D
3#2273B1
4#288AD4
5#4B9EDD
6#6FB1E4
7#93C5EA
8#B7D8F1
9#DBECF8
Tones
Muted variations
1#102C42
2#132C3F
3#152B3C
4#182B39
5#1B2B37
6#1E2A34
7#202A31
8#232A2E
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAEC | BordersInactive statesPlaceholder text |
| 400 | 69AE #69AEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E97 #3E97DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247A #247ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D61 #1D6196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EFF9;
--charcoal-200: #C7E1F4;
--charcoal-300: #9CCAEC;
--charcoal-400: #69AEE2;
--charcoal-500: #3E97DA;
--charcoal-600: #247ABC;
--charcoal-700: #1D6196;
--charcoal-800: #14466B;
--charcoal-900: #0D2C45;
--charcoal-950: #081C2B;
}