Charcoal
#0C1946
BlueColor Codes
All color formats for development
HEX
#0C1946RGB
rgb(12, 25, 70)HSL
hsl(227, 71%, 16%)OKLCH
oklch(0.235 0.086 267.1)CMYK
cmyk(83%, 64%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B163F
2#091438
3#081131
4#070F2A
5#060C23
6#050A1C
7#040715
8#02050E
9#010207
Tints
Lighter variations
1#12256A
2#18328F
3#1E3FB4
4#254CD8
5#4869E0
6#6C87E6
7#91A5EC
8#B6C3F3
9#DAE1F9
Tones
Muted variations
1#0F1A43
2#121C40
3#151D3D
4#171F3A
5#1A2137
6#1D2234
7#202431
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAD #9BADEE | BordersInactive statesPlaceholder text |
| 400 | 6682 #6682E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B5E #3B5EDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2143 #2143C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A35 #1A3599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1226 #12266D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C18 #0C1846 | Primary textHigh emphasis contentDark headings |
| 950 | 070F #070F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E0E6FA;
--charcoal-200: #C6D1F5;
--charcoal-300: #9BADEE;
--charcoal-400: #6682E5;
--charcoal-500: #3B5EDE;
--charcoal-600: #2143C0;
--charcoal-700: #1A3599;
--charcoal-800: #12266D;
--charcoal-900: #0C1846;
--charcoal-950: #070F2C;
}