Charcoal
#0C2D45
BlueColor Codes
All color formats for development
HEX
#0C2D45RGB
rgb(12, 45, 69)HSL
hsl(205, 70%, 16%)OKLCH
oklch(0.287 0.058 244.1)CMYK
cmyk(83%, 35%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B293E
2#0A2437
3#092031
4#071B2A
5#061723
6#05121C
7#040E15
8#02090E
9#010507
Tints
Lighter variations
1#13456A
2#195D8E
3#2075B3
4#268DD7
5#49A0DF
6#6DB3E5
7#92C6EC
8#B6D9F2
9#DBECF9
Tones
Muted variations
1#0F2D43
2#122D40
3#152C3D
4#182C3A
5#1B2B37
6#1D2B34
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 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCB #9BCBED | BordersInactive statesPlaceholder text |
| 400 | 67B0 #67B0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9A #3C9ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 227D #227DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B64 #1B6498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1347 #13476C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2E #0C2E45 | 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: #C7E2F5;
--charcoal-300: #9BCBED;
--charcoal-400: #67B0E4;
--charcoal-500: #3C9ADD;
--charcoal-600: #227DBF;
--charcoal-700: #1B6498;
--charcoal-800: #13476C;
--charcoal-900: #0C2E45;
--charcoal-950: #081C2B;
}