Charcoal
#183268
BlueColor Codes
All color formats for development
HEX
#183268RGB
rgb(24, 50, 104)HSL
hsl(220, 63%, 25%)OKLCH
oklch(0.33 0.1 262.8)CMYK
cmyk(77%, 52%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152D5E
2#132853
3#112349
4#0E1E3E
5#0C1934
6#09142A
7#070F1F
8#050A15
9#02050A
Tints
Lighter variations
1#1F4187
2#2651A6
3#2D60C5
4#4474D5
5#638BDC
6#82A2E3
7#A1BAEA
8#C1D1F1
9#E0E8F8
Tones
Muted variations
1#1C3464
2#203560
3#24365C
4#283858
5#2C3954
6#303A50
7#343C4C
8#383D48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E93 #6E93DE | Disabled statesSecondary iconsMuted text |
| 500 | 4474 #4474D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A59 #2A59B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2147 #214791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1832 #183268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2E9F8;
--charcoal-200: #C9D7F3;
--charcoal-300: #9FB8E9;
--charcoal-400: #6E93DE;
--charcoal-500: #4474D5;
--charcoal-600: #2A59B7;
--charcoal-700: #214791;
--charcoal-800: #183268;
--charcoal-900: #0F2043;
--charcoal-950: #09142A;
}