Charcoal
#0C1745
BlueColor Codes
All color formats for development
HEX
#0C1745RGB
rgb(12, 23, 69)HSL
hsl(228, 70%, 16%)OKLCH
oklch(0.229 0.088 268.3)CMYK
cmyk(83%, 67%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B153E
2#0A1337
3#091131
4#070E2A
5#060C23
6#05091C
7#040715
8#02050E
9#010207
Tints
Lighter variations
1#13246A
2#19318E
3#203DB3
4#2649D7
5#4967DF
6#6D85E5
7#92A4EC
8#B6C2F2
9#DBE1F9
Tones
Muted variations
1#0F1943
2#121B40
3#151D3D
4#181F3A
5#1B2037
6#1D2234
7#202431
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAC #9BACED | BordersInactive statesPlaceholder text |
| 400 | 6780 #6780E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5C #3C5CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2241 #2241BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B34 #1B3498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1325 #13256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C18 #0C1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E6FA;
--charcoal-200: #C7D0F5;
--charcoal-300: #9BACED;
--charcoal-400: #6780E4;
--charcoal-500: #3C5CDD;
--charcoal-600: #2241BF;
--charcoal-700: #1B3498;
--charcoal-800: #13256C;
--charcoal-900: #0C1845;
--charcoal-950: #080F2B;
}