Charcoal
#184468
BlueColor Codes
All color formats for development
HEX
#184468RGB
rgb(24, 68, 104)HSL
hsl(207, 63%, 25%)OKLCH
oklch(0.375 0.078 246.7)CMYK
cmyk(77%, 35%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153D5E
2#133653
3#112F49
4#0E293E
5#0C2234
6#091B2A
7#07141F
8#050E15
9#02070A
Tints
Lighter variations
1#1F5887
2#266CA6
3#2D81C5
4#4493D5
5#63A5DC
6#82B7E3
7#A1C9EA
8#C1DBF1
9#E0EDF8
Tones
Muted variations
1#1C4364
2#204360
3#24435C
4#284258
5#2C4254
6#304150
7#34414C
8#384148
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E0 #C9E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC8 #9FC8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAB #6EABDE | Disabled statesSecondary iconsMuted text |
| 500 | 4493 #4493D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A77 #2A77B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215F #215F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1844 #184468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EEF8;
--charcoal-200: #C9E0F3;
--charcoal-300: #9FC8E9;
--charcoal-400: #6EABDE;
--charcoal-500: #4493D5;
--charcoal-600: #2A77B7;
--charcoal-700: #215F91;
--charcoal-800: #184468;
--charcoal-900: #0F2B43;
--charcoal-950: #091B2A;
}