Charcoal
#0C2E45
BlueColor Codes
All color formats for development
HEX
#0C2E45RGB
rgb(12, 46, 69)HSL
hsl(204, 70%, 16%)OKLCH
oklch(0.289 0.057 242.3)CMYK
cmyk(83%, 33%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B2A3E
2#0A2537
3#092131
4#071C2A
5#061723
6#05131C
7#040E15
8#02090E
9#010507
Tints
Lighter variations
1#13476A
2#195F8E
3#2078B3
4#2690D7
5#49A3DF
6#6DB5E5
7#92C8EC
8#B6DAF2
9#DBEDF9
Tones
Muted variations
1#0F2E43
2#122D40
3#152D3D
4#182C3A
5#1B2C37
6#1D2B34
7#202B31
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 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDED | BordersInactive statesPlaceholder text |
| 400 | 67B2 #67B2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9C #3C9CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2280 #2280BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B66 #1B6698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1349 #13496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1F0FA;
--charcoal-200: #C7E2F5;
--charcoal-300: #9BCDED;
--charcoal-400: #67B2E4;
--charcoal-500: #3C9CDD;
--charcoal-600: #2280BF;
--charcoal-700: #1B6698;
--charcoal-800: #13496C;
--charcoal-900: #0C2F45;
--charcoal-950: #081D2B;
}