Charcoal
#185168
BlueColor Codes
All color formats for development
HEX
#185168RGB
rgb(24, 81, 104)HSL
hsl(197, 63%, 25%)OKLCH
oklch(0.409 0.069 229.1)CMYK
cmyk(77%, 22%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15495E
2#134153
3#113949
4#0E313E
5#0C2934
6#09202A
7#07181F
8#051015
9#02080A
Tints
Lighter variations
1#1F6987
2#2682A6
3#2D9AC5
4#44ACD5
5#63B9DC
6#82C7E3
7#A1D5EA
8#C1E3F1
9#E0F1F8
Tones
Muted variations
1#1C4F64
2#204E60
3#244C5C
4#284A58
5#2C4854
6#304750
7#34454C
8#384348
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F2F8;
--charcoal-200: #C9E7F3;
--charcoal-300: #9FD4E9;
--charcoal-400: #6EBEDE;
--charcoal-500: #44ACD5;
--charcoal-600: #2A8FB7;
--charcoal-700: #217291;
--charcoal-800: #185168;
--charcoal-900: #0F3443;
--charcoal-950: #09202A;
}