Charcoal
#26585A
CyanColor Codes
All color formats for development
HEX
#26585ARGB
rgb(38, 88, 90)HSL
hsl(182, 41%, 25%)OKLCH
oklch(0.427 0.054 198.9)CMYK
cmyk(58%, 2%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224F51
2#1E4748
3#1A3E3F
4#173536
5#132C2D
6#0F2324
7#0B1A1B
8#081212
9#040909
Tints
Lighter variations
1#317375
2#3C8D90
3#47A7AB
4#5DB8BB
5#78C4C7
6#93D0D2
7#AEDCDD
8#C9E7E8
9#E4F3F4
Tones
Muted variations
1#285657
2#2B5355
3#2D5152
4#304E4F
5#334C4D
6#354A4A
7#384748
8#3B4545
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDC | BordersInactive statesPlaceholder text |
| 400 | 81C8 #81C8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB8 #5DB8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429B #429B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357B #357B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #26585A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFA;
--charcoal-100: #E6F4F4;
--charcoal-200: #D0EBEB;
--charcoal-300: #ACDBDC;
--charcoal-400: #81C8CA;
--charcoal-500: #5DB8BB;
--charcoal-600: #429B9E;
--charcoal-700: #357B7E;
--charcoal-800: #26585A;
--charcoal-900: #18383A;
--charcoal-950: #0F2324;
}