Charcoal
#183468
BlueColor Codes
All color formats for development
HEX
#183468RGB
rgb(24, 52, 104)HSL
hsl(219, 63%, 25%)OKLCH
oklch(0.335 0.097 261.5)CMYK
cmyk(77%, 50%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152F5E
2#132953
3#112449
4#0E1F3E
5#0C1A34
6#09152A
7#07101F
8#050A15
9#02050A
Tints
Lighter variations
1#1F4387
2#2653A6
3#2D62C5
4#4477D5
5#638DDC
6#82A4E3
7#A1BBEA
8#C1D2F1
9#E0E8F8
Tones
Muted variations
1#1C3564
2#203660
3#24375C
4#283958
5#2C3A54
6#303B50
7#343C4C
8#383D48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB9 #9FB9E9 | BordersInactive statesPlaceholder text |
| 400 | 6E95 #6E95DE | Disabled statesSecondary iconsMuted text |
| 500 | 4477 #4477D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5B #2A5BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2148 #214891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1834 #183468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #C9D8F3;
--charcoal-300: #9FB9E9;
--charcoal-400: #6E95DE;
--charcoal-500: #4477D5;
--charcoal-600: #2A5BB7;
--charcoal-700: #214891;
--charcoal-800: #183468;
--charcoal-900: #0F2143;
--charcoal-950: #09152A;
}