Charcoal
#184868
BlueColor Codes
All color formats for development
HEX
#184868RGB
rgb(24, 72, 104)HSL
hsl(204, 63%, 25%)OKLCH
oklch(0.386 0.075 241.8)CMYK
cmyk(77%, 31%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15415E
2#133953
3#113249
4#0E2B3E
5#0C2434
6#091D2A
7#07161F
8#050E15
9#02070A
Tints
Lighter variations
1#1F5D87
2#2673A6
3#2D88C5
4#449BD5
5#63ABDC
6#82BCE3
7#A1CDEA
8#C1DEF1
9#E0EEF8
Tones
Muted variations
1#1C4764
2#204660
3#24455C
4#284558
5#2C4454
6#304350
7#34424C
8#384148
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB1 #6EB1DE | Disabled statesSecondary iconsMuted text |
| 500 | 449B #449BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7E #2A7EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2164 #216491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1848 #184868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #C9E2F3;
--charcoal-300: #9FCCE9;
--charcoal-400: #6EB1DE;
--charcoal-500: #449BD5;
--charcoal-600: #2A7EB7;
--charcoal-700: #216491;
--charcoal-800: #184868;
--charcoal-900: #0F2E43;
--charcoal-950: #091D2A;
}