Charcoal
#0C2D46
BlueColor Codes
All color formats for development
HEX
#0C2D46RGB
rgb(12, 45, 70)HSL
hsl(206, 71%, 16%)OKLCH
oklch(0.287 0.059 245.1)CMYK
cmyk(83%, 36%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B283F
2#092438
3#081F31
4#071B2A
5#061623
6#05121C
7#040D15
8#02090E
9#010407
Tints
Lighter variations
1#12446A
2#185C8F
3#1E73B4
4#258AD8
5#489EE0
6#6CB1E6
7#91C5EC
8#B6D8F3
9#DAECF9
Tones
Muted variations
1#0F2C43
2#122C40
3#152C3D
4#172B3A
5#1A2B37
6#1D2A34
7#202A31
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 #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCA #9BCAEE | BordersInactive statesPlaceholder text |
| 400 | 66AE #66AEE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B97 #3B97DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 217B #217BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A62 #1A6299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1246 #12466D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2D #0C2D46 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFA;
--charcoal-200: #C6E1F5;
--charcoal-300: #9BCAEE;
--charcoal-400: #66AEE5;
--charcoal-500: #3B97DE;
--charcoal-600: #217BC0;
--charcoal-700: #1A6299;
--charcoal-800: #12466D;
--charcoal-900: #0C2D46;
--charcoal-950: #071C2C;
}