Charcoal
#0C1846
BlueColor Codes
All color formats for development
HEX
#0C1846RGB
rgb(12, 24, 70)HSL
hsl(228, 71%, 16%)OKLCH
oklch(0.233 0.088 267.7)CMYK
cmyk(83%, 66%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B153F
2#091338
3#081031
4#070E2A
5#060C23
6#05091C
7#040715
8#02050E
9#010207
Tints
Lighter variations
1#12246A
2#18308F
3#1E3CB4
4#2549D8
5#4866E0
6#6C85E6
7#91A3EC
8#B6C2F3
9#DAE0F9
Tones
Muted variations
1#0F1943
2#121B40
3#151D3D
4#171E3A
5#1A2037
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 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D0 #C6D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAB #9BABEE | BordersInactive statesPlaceholder text |
| 400 | 6680 #6680E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B5B #3B5BDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2140 #2140C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A33 #1A3399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1225 #12256D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C17 #0C1746 | 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: #C6D0F5;
--charcoal-300: #9BABEE;
--charcoal-400: #6680E5;
--charcoal-500: #3B5BDE;
--charcoal-600: #2140C0;
--charcoal-700: #1A3399;
--charcoal-800: #12256D;
--charcoal-900: #0C1746;
--charcoal-950: #070F2C;
}