Charcoal
#172769
BlueColor Codes
All color formats for development
HEX
#172769RGB
rgb(23, 39, 105)HSL
hsl(228, 64%, 25%)OKLCH
oklch(0.306 0.117 268.2)CMYK
cmyk(78%, 63%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15235E
2#121F54
3#101B49
4#0E183F
5#0B1434
6#09102A
7#070C1F
8#050815
9#02040A
Tints
Lighter variations
1#1E3388
2#253FA7
3#2C4BC7
4#4360D6
5#627BDD
6#8295E3
7#A1B0EA
8#C0CAF1
9#E0E5F8
Tones
Muted variations
1#1B2A64
2#1F2C60
3#232F5C
4#273158
5#2B3454
6#2F3650
7#34384C
8#383B48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEEA | BordersInactive statesPlaceholder text |
| 400 | 6D83 #6D83DF | Disabled statesSecondary iconsMuted text |
| 500 | 4360 #4360D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2845 #2845B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2037 #203792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1727 #172769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E2E6F9;
--charcoal-200: #C9D1F3;
--charcoal-300: #9FAEEA;
--charcoal-400: #6D83DF;
--charcoal-500: #4360D6;
--charcoal-600: #2845B8;
--charcoal-700: #203792;
--charcoal-800: #172769;
--charcoal-900: #0F1943;
--charcoal-950: #09102A;
}