Charcoal
#26515A
CyanColor Codes
All color formats for development
HEX
#26515ARGB
rgb(38, 81, 90)HSL
hsl(190, 41%, 25%)OKLCH
oklch(0.408 0.05 213.1)CMYK
cmyk(58%, 10%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224951
2#1E4148
3#1A393F
4#173136
5#13292D
6#0F2024
7#0B181B
8#081012
9#040809
Tints
Lighter variations
1#316A75
2#3C8290
3#479AAB
4#5DACBB
5#78BAC7
6#93C7D2
7#AED5DD
8#C9E3E8
9#E4F1F4
Tones
Muted variations
1#284F57
2#2B4E55
3#2D4C52
4#304A4F
5#33484D
6#35474A
7#384548
8#3B4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DC | BordersInactive statesPlaceholder text |
| 400 | 81BE #81BECA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAC #5DACBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428F #428F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3572 #35727E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2651 #26515A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D0E7EB;
--charcoal-300: #ACD4DC;
--charcoal-400: #81BECA;
--charcoal-500: #5DACBB;
--charcoal-600: #428F9E;
--charcoal-700: #35727E;
--charcoal-800: #26515A;
--charcoal-900: #18343A;
--charcoal-950: #0F2024;
}