Charcoal
#264859
BlueColor Codes
All color formats for development
HEX
#264859RGB
rgb(38, 72, 89)HSL
hsl(200, 40%, 25%)OKLCH
oklch(0.384 0.049 231.7)CMYK
cmyk(57%, 19%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224150
2#1F3A47
3#1B333E
4#172B36
5#13242D
6#0F1D24
7#0B161B
8#080E12
9#040709
Tints
Lighter variations
1#325E74
2#3D748F
3#4989AA
4#5E9CBA
5#79ACC6
6#94BDD1
7#AFCDDD
8#C9DEE8
9#E4EEF4
Tones
Muted variations
1#294757
2#2B4754
3#2E4652
4#30454F
5#33444D
6#36434A
7#384247
8#3B4145
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 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCC #ADCCDC | BordersInactive statesPlaceholder text |
| 400 | 82B2 #82B2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9C #5E9CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437F #437F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3665 #36657D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2648 #264859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E39 | 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: #D1E2EB;
--charcoal-300: #ADCCDC;
--charcoal-400: #82B2C9;
--charcoal-500: #5E9CBA;
--charcoal-600: #437F9D;
--charcoal-700: #36657D;
--charcoal-800: #264859;
--charcoal-900: #182E39;
--charcoal-950: #0F1D24;
}