Charcoal
#182968
BlueColor Codes
All color formats for development
HEX
#182968RGB
rgb(24, 41, 104)HSL
hsl(227, 63%, 25%)OKLCH
oklch(0.309 0.113 267.8)CMYK
cmyk(77%, 61%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15255E
2#132153
3#111D49
4#0E193E
5#0C1434
6#09102A
7#070C1F
8#050815
9#02040A
Tints
Lighter variations
1#1F3587
2#2642A6
3#2D4EC5
4#4463D5
5#637DDC
6#8297E3
7#A1B1EA
8#C1CBF1
9#E0E5F8
Tones
Muted variations
1#1C2B64
2#202E60
3#24305C
4#283258
5#2C3454
6#303750
7#34394C
8#383B48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFE9 | BordersInactive statesPlaceholder text |
| 400 | 6E86 #6E86DE | Disabled statesSecondary iconsMuted text |
| 500 | 4463 #4463D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A48 #2A48B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2139 #213991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1829 #182968 | 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: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #C9D2F3;
--charcoal-300: #9FAFE9;
--charcoal-400: #6E86DE;
--charcoal-500: #4463D5;
--charcoal-600: #2A48B7;
--charcoal-700: #213991;
--charcoal-800: #182968;
--charcoal-900: #0F1A43;
--charcoal-950: #09102A;
}