Charcoal
#264959
BlueColor Codes
All color formats for development
HEX
#264959RGB
rgb(38, 73, 89)HSL
hsl(199, 40%, 25%)OKLCH
oklch(0.386 0.049 229.5)CMYK
cmyk(57%, 18%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224250
2#1F3A47
3#1B333E
4#172C36
5#13252D
6#0F1D24
7#0B161B
8#080F12
9#040709
Tints
Lighter variations
1#325F74
2#3D758F
3#498BAA
4#5E9DBA
5#79ADC6
6#94BED1
7#AFCEDD
8#C9DEE8
9#E4EFF4
Tones
Muted variations
1#294857
2#2B4754
3#2E4652
4#30454F
5#33444D
6#36434A
7#384347
8#3B4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDC | BordersInactive statesPlaceholder text |
| 400 | 82B3 #82B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9D #5E9DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4381 #43819D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #264959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D1E3EB;
--charcoal-300: #ADCDDC;
--charcoal-400: #82B3C9;
--charcoal-500: #5E9DBA;
--charcoal-600: #43819D;
--charcoal-700: #36667D;
--charcoal-800: #264959;
--charcoal-900: #182F39;
--charcoal-950: #0F1D24;
}