Charcoal
#264A59
BlueColor Codes
All color formats for development
HEX
#264A59RGB
rgb(38, 74, 89)HSL
hsl(198, 40%, 25%)OKLCH
oklch(0.389 0.049 227.2)CMYK
cmyk(57%, 17%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224350
2#1F3B47
3#1B343E
4#172C36
5#13252D
6#0F1E24
7#0B161B
8#080F12
9#040709
Tints
Lighter variations
1#326074
2#3D768F
3#498DAA
4#5E9FBA
5#79AFC6
6#94BFD1
7#AFCFDD
8#C9DFE8
9#E4EFF4
Tones
Muted variations
1#294957
2#2B4854
3#2E4752
4#30464F
5#33454D
6#36444A
7#384347
8#3B4245
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDC | BordersInactive statesPlaceholder text |
| 400 | 82B4 #82B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9F #5E9FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4382 #43829D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264A #264A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D1E3EB;
--charcoal-300: #ADCEDC;
--charcoal-400: #82B4C9;
--charcoal-500: #5E9FBA;
--charcoal-600: #43829D;
--charcoal-700: #36687D;
--charcoal-800: #264A59;
--charcoal-900: #182F39;
--charcoal-950: #0F1E24;
}