Charcoal
#172969
BlueColor Codes
All color formats for development
HEX
#172969RGB
rgb(23, 41, 105)HSL
hsl(227, 64%, 25%)OKLCH
oklch(0.31 0.114 267.3)CMYK
cmyk(78%, 61%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15255E
2#122154
3#101C49
4#0E183F
5#0B1434
6#09102A
7#070C1F
8#050815
9#02040A
Tints
Lighter variations
1#1E3588
2#2541A7
3#2C4DC7
4#4363D6
5#627DDD
6#8297E3
7#A1B1EA
8#C0CBF1
9#E0E5F8
Tones
Muted variations
1#1B2B64
2#1F2D60
3#23305C
4#273258
5#2B3454
6#2F3750
7#34394C
8#383B48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFEA | BordersInactive statesPlaceholder text |
| 400 | 6D85 #6D85DF | Disabled statesSecondary iconsMuted text |
| 500 | 4363 #4363D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2848 #2848B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2039 #203992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1729 #172969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | 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: #F2F5FC;
--charcoal-100: #E2E7F9;
--charcoal-200: #C9D2F3;
--charcoal-300: #9FAFEA;
--charcoal-400: #6D85DF;
--charcoal-500: #4363D6;
--charcoal-600: #2848B8;
--charcoal-700: #203992;
--charcoal-800: #172969;
--charcoal-900: #0F1A43;
--charcoal-950: #09102A;
}