Charcoal
#184268
BlueColor Codes
All color formats for development
HEX
#184268RGB
rgb(24, 66, 104)HSL
hsl(208, 63%, 25%)OKLCH
oklch(0.37 0.08 249)CMYK
cmyk(77%, 37%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153C5E
2#133553
3#112E49
4#0E283E
5#0C2134
6#091B2A
7#07141F
8#050D15
9#02070A
Tints
Lighter variations
1#1F5687
2#266AA6
3#2D7EC5
4#4491D5
5#63A3DC
6#82B6E3
7#A1C8EA
8#C1DAF1
9#E0EDF8
Tones
Muted variations
1#1C4264
2#204260
3#24425C
4#284158
5#2C4154
6#304150
7#34414C
8#384048
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 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC7 #9FC7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA9 #6EA9DE | Disabled statesSecondary iconsMuted text |
| 500 | 4491 #4491D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A75 #2A75B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215D #215D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1842 #184268 | 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: #C9DFF3;
--charcoal-300: #9FC7E9;
--charcoal-400: #6EA9DE;
--charcoal-500: #4491D5;
--charcoal-600: #2A75B7;
--charcoal-700: #215D91;
--charcoal-800: #184268;
--charcoal-900: #0F2B43;
--charcoal-950: #091B2A;
}