Charcoal
#26525A
CyanColor Codes
All color formats for development
HEX
#26525ARGB
rgb(38, 82, 90)HSL
hsl(189, 41%, 25%)OKLCH
oklch(0.411 0.05 210.9)CMYK
cmyk(58%, 9%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224A51
2#1E4248
3#1A393F
4#173136
5#13292D
6#0F2124
7#0B191B
8#081012
9#040809
Tints
Lighter variations
1#316B75
2#3C8390
3#479CAB
4#5DADBB
5#78BBC7
6#93C8D2
7#AED6DD
8#C9E4E8
9#E4F1F4
Tones
Muted variations
1#285057
2#2B4E55
3#2D4D52
4#304B4F
5#33494D
6#35474A
7#384548
8#3B4345
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DC | BordersInactive statesPlaceholder text |
| 400 | 81BF #81BFCA | Disabled statesSecondary iconsMuted text |
| 500 | 5DAD #5DADBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4290 #42909E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3573 #35737E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #26525A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D0E7EB;
--charcoal-300: #ACD5DC;
--charcoal-400: #81BFCA;
--charcoal-500: #5DADBB;
--charcoal-600: #42909E;
--charcoal-700: #35737E;
--charcoal-800: #26525A;
--charcoal-900: #18353A;
--charcoal-950: #0F2124;
}