Charcoal
#0C1746
BlueColor Codes
All color formats for development
HEX
#0C1746RGB
rgb(12, 23, 70)HSL
hsl(229, 71%, 16%)OKLCH
oklch(0.23 0.089 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#0B143F
2#091238
3#081031
4#070D2A
5#060B23
6#05091C
7#040715
8#02040E
9#010207
Tints
Lighter variations
1#12226A
2#182E8F
3#1E3AB4
4#2546D8
5#4864E0
6#6C83E6
7#91A2EC
8#B6C1F3
9#DAE0F9
Tones
Muted variations
1#0F1843
2#121A40
3#151C3D
4#171E3A
5#1A2037
6#1D2134
7#202331
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 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAEE | BordersInactive statesPlaceholder text |
| 400 | 667E #667EE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B59 #3B59DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 213E #213EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A31 #1A3199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1223 #12236D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C16 #0C1646 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E0E5FA;
--charcoal-200: #C6CFF5;
--charcoal-300: #9BAAEE;
--charcoal-400: #667EE5;
--charcoal-500: #3B59DE;
--charcoal-600: #213EC0;
--charcoal-700: #1A3199;
--charcoal-800: #12236D;
--charcoal-900: #0C1646;
--charcoal-950: #070E2C;
}