Charcoal
#0C2146
BlueColor Codes
All color formats for development
HEX
#0C2146RGB
rgb(12, 33, 70)HSL
hsl(218, 71%, 16%)OKLCH
oklch(0.255 0.075 260.8)CMYK
cmyk(83%, 53%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1E3F
2#091A38
3#081731
4#07142A
5#061123
6#050D1C
7#040A15
8#02070E
9#010307
Tints
Lighter variations
1#12326A
2#18448F
3#1E55B4
4#2567D8
5#4880E0
6#6C99E6
7#91B3EC
8#B6CCF3
9#DAE6F9
Tones
Muted variations
1#0F2243
2#122340
3#15233D
4#17243A
5#1A2537
6#1D2634
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 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D8 #C6D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB9 #9BB9EE | BordersInactive statesPlaceholder text |
| 400 | 6695 #6695E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B77 #3B77DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 215B #215BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A48 #1A4899 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1234 #12346D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C21 #0C2146 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFA;
--charcoal-200: #C6D8F5;
--charcoal-300: #9BB9EE;
--charcoal-400: #6695E5;
--charcoal-500: #3B77DE;
--charcoal-600: #215BC0;
--charcoal-700: #1A4899;
--charcoal-800: #12346D;
--charcoal-900: #0C2146;
--charcoal-950: #07152C;
}