Charcoal
#0C1F45
BlueColor Codes
All color formats for development
HEX
#0C1F45RGB
rgb(12, 31, 69)HSL
hsl(220, 70%, 16%)OKLCH
oklch(0.249 0.076 262.3)CMYK
cmyk(83%, 55%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1C3E
2#0A1937
3#091631
4#07132A
5#061023
6#050D1C
7#040915
8#02060E
9#010307
Tints
Lighter variations
1#13306A
2#19408E
3#2051B3
4#2661D7
5#497BDF
6#6D95E5
7#92B0EC
8#B6CAF2
9#DBE5F9
Tones
Muted variations
1#0F2043
2#122140
3#15223D
4#18233A
5#1B2437
6#1D2534
7#202631
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB7 #9BB7ED | BordersInactive statesPlaceholder text |
| 400 | 6791 #6791E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C71 #3C71DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2256 #2256BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B44 #1B4498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1331 #13316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1F #0C1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1E9FA;
--charcoal-200: #C7D6F5;
--charcoal-300: #9BB7ED;
--charcoal-400: #6791E4;
--charcoal-500: #3C71DD;
--charcoal-600: #2256BF;
--charcoal-700: #1B4498;
--charcoal-800: #13316C;
--charcoal-900: #0C1F45;
--charcoal-950: #08142B;
}