Charcoal
#184668
BlueColor Codes
All color formats for development
HEX
#184668RGB
rgb(24, 70, 104)HSL
hsl(206, 63%, 25%)OKLCH
oklch(0.38 0.076 244.3)CMYK
cmyk(77%, 33%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153E5E
2#133753
3#113049
4#0E293E
5#0C2334
6#091C2A
7#07151F
8#050E15
9#02070A
Tints
Lighter variations
1#1F5A87
2#266FA6
3#2D83C5
4#4496D5
5#63A7DC
6#82B9E3
7#A1CAEA
8#C1DCF1
9#E0EDF8
Tones
Muted variations
1#1C4564
2#204460
3#24435C
4#284358
5#2C4254
6#304250
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 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAD #6EADDE | Disabled statesSecondary iconsMuted text |
| 500 | 4496 #4496D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7A #2A7AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2161 #216191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1845 #184568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #C9E1F3;
--charcoal-300: #9FC9E9;
--charcoal-400: #6EADDE;
--charcoal-500: #4496D5;
--charcoal-600: #2A7AB7;
--charcoal-700: #216191;
--charcoal-800: #184568;
--charcoal-900: #0F2C43;
--charcoal-950: #091C2A;
}