Charcoal
#0C2C45
BlueColor Codes
All color formats for development
HEX
#0C2C45RGB
rgb(12, 44, 69)HSL
hsl(206, 70%, 16%)OKLCH
oklch(0.284 0.059 245.8)CMYK
cmyk(83%, 36%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B283E
2#0A2437
3#091F31
4#071B2A
5#061623
6#05121C
7#040D15
8#02090E
9#010407
Tints
Lighter variations
1#13446A
2#195B8E
3#2073B3
4#268AD7
5#499EDF
6#6DB1E5
7#92C5EC
8#B6D8F2
9#DBECF9
Tones
Muted variations
1#0F2C43
2#122C40
3#152B3D
4#182B3A
5#1B2B37
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 | E1EF #E1EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCA #9BCAED | BordersInactive statesPlaceholder text |
| 400 | 67AE #67AEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C97 #3C97DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 227B #227BBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B62 #1B6298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1346 #13466C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2D #0C2D45 | 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: #E1EFFA;
--charcoal-200: #C7E1F5;
--charcoal-300: #9BCAED;
--charcoal-400: #67AEE4;
--charcoal-500: #3C97DD;
--charcoal-600: #227BBF;
--charcoal-700: #1B6298;
--charcoal-800: #13466C;
--charcoal-900: #0C2D45;
--charcoal-950: #081C2B;
}