Charcoal
#26505A
CyanColor Codes
All color formats for development
HEX
#26505ARGB
rgb(38, 80, 90)HSL
hsl(192, 41%, 25%)OKLCH
oklch(0.405 0.05 215.3)CMYK
cmyk(58%, 11%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224751
2#1E4048
3#1A383F
4#173036
5#13282D
6#0F2024
7#0B181B
8#081012
9#040809
Tints
Lighter variations
1#316775
2#3C7F90
3#4797AB
4#5DA8BB
5#78B7C7
6#93C5D2
7#AED4DD
8#C9E2E8
9#E4F1F4
Tones
Muted variations
1#284E57
2#2B4C55
3#2D4B52
4#30494F
5#33484D
6#35464A
7#384448
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 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD3 #ACD3DC | BordersInactive statesPlaceholder text |
| 400 | 81BC #81BCCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA8 #5DA8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428C #428C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356F #356F7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1833 #18333A | 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: #D0E6EB;
--charcoal-300: #ACD3DC;
--charcoal-400: #81BCCA;
--charcoal-500: #5DA8BB;
--charcoal-600: #428C9E;
--charcoal-700: #356F7E;
--charcoal-800: #264F5A;
--charcoal-900: #18333A;
--charcoal-950: #0F2024;
}